diff options
| author | David Brownell <[email protected]> | 2007-07-17 04:04:04 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-07-17 10:23:04 -0700 |
| commit | 4917d927809918f0070bd1077b41e3daf78643b2 (patch) | |
| tree | 207df3ec533d72933170a69962ec44b864892f2c /include/linux/workqueue.h | |
| parent | ad241528c4919505afccb022acbab3eeb0db4d80 (diff) | |
spidev compiler warning gone
Get rid of annoying GCC warning on 32-bit platforms.
drivers/spi/spidev.c: In function 'spidev_message':
drivers/spi/spidev.c:184: warning: cast to pointer from integer of different size
drivers/spi/spidev.c:216: warning: cast to pointer from integer of different size
The trick is to add an extra cast using "ptrdiff_t" to convert the u64 to
the correct size integer, and only then casting it into a "void *" pointer.
Signed-off-by: David Brownell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/workqueue.h')
0 files changed, 0 insertions, 0 deletions