summaryrefslogtreecommitdiff
path: root/drivers/block
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hcegtvedt@atmel.com>2006-12-07 07:36:17 +0300
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-07 19:39:32 +0300
commit4740d387f3cb9e63f48f2488815b38a2c92755c8 (patch)
treebc4da709250cfe0b18a5d5dc040e5af3ed57e94d /drivers/block
parented2908f31398049c4371de9b100700e80704e95f (diff)
downloadlinux-4740d387f3cb9e63f48f2488815b38a2c92755c8.tar.xz
[PATCH] spi: correct bus_num and buffer bug in spi core
Correct the following in driver/spi/spi.c in function spi_busnum_to_master: * must allow bus_num 0, the if is really not needed. * correct the name buffer which is too small for bus_num >= 10000. It should be 9 bytes big, not 8. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/block')
0 files changed, 0 insertions, 0 deletions