Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1424967 > unrolled thread
| Started by | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| First post | 2016-06-17 13:50 +0200 |
| Last post | 2016-06-17 13:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 2/2] scsi: wd7000: print sector number as 64-bit Arnd Bergmann <arnd@arndb.de> - 2016-06-17 13:50 +0200
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2016-06-17 13:50 +0200 |
| Subject | Re: [PATCH 2/2] scsi: wd7000: print sector number as 64-bit |
| Message-ID | <rL0rD-60E-7@gated-at.bofh.it> |
On Friday, June 17, 2016 1:36:52 AM CEST kbuild test robot wrote: > > All warnings (new ones prefixed by >>): > > drivers/scsi/wd7000.c: In function 'mail_out': > drivers/scsi/wd7000.c:915:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > any2scsi((unchar *) ogmbs[ogmb].scbptr, (int) scbptr); > ^ > drivers/scsi/wd7000.c: In function 'wd7000_queuecommand_lck': > drivers/scsi/wd7000.c:1117:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > any2scsi(scb->dataptr, (int) sgb); > ^ > drivers/scsi/wd7000.c:1121:4: warning: 'isa_page_to_bus' is deprecated [-Wdeprecated-declarations] > drivers/scsi/wd7000.c:1128:4: warning: 'isa_page_to_bus' is deprecated [-Wdeprecated-declarations] > drivers/scsi/wd7000.c: In function 'wd7000_diagnostics': > drivers/scsi/wd7000.c:1151:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > drivers/scsi/wd7000.c:1236:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > drivers/scsi/wd7000.c:1482:59: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] I'm pretty sure these are all preexisting warnings, and they don't show up on ARM or x86. Arnd
Back to top | Article view | linux.kernel
csiph-web