From: Hans-Christian Egtvedt Date: Thu, 7 Dec 2006 04:36:17 +0000 (-0800) Subject: [PATCH] spi: correct bus_num and buffer bug in spi core X-Git-Tag: v2.6.20-rc1~145^2^2~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4740d387f3cb9e63f48f2488815b38a2c92755c8;p=pandora-kernel.git [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 Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed