* fix wrong return type on parisc eisa_eeprom_llseek
@ 2003-03-24 16:41 davej
0 siblings, 0 replies; only message in thread
From: davej @ 2003-03-24 16:41 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, willy
diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/parisc/eisa_eeprom.c linux-2.5/drivers/parisc/eisa_eeprom.c
--- bk-linus/drivers/parisc/eisa_eeprom.c 2003-03-08 09:57:21.000000000 +0000
+++ linux-2.5/drivers/parisc/eisa_eeprom.c 2003-03-17 23:42:30.000000000 +0000
@@ -12,7 +12,7 @@
static unsigned long eeprom_addr;
-static long long eisa_eeprom_llseek(struct file *file, loff_t offset, int origin )
+static loff_t eisa_eeprom_llseek(struct file *file, loff_t offset, int origin )
{
switch (origin) {
case 0:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-03-24 17:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-24 16:41 fix wrong return type on parisc eisa_eeprom_llseek davej
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®