From: David Brownell Date: Mon, 3 Apr 2006 22:49:04 +0000 (-0700) Subject: [PATCH] SPI: busnum == 0 needs to work X-Git-Tag: v2.6.17-rc5~108^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a020ed7521a9737bcf3e34eb880867c60c3c68d0;p=pandora-kernel.git [PATCH] SPI: busnum == 0 needs to work We need to be able to have a "SPI bus 0" matching chip numbering; but that number was wrongly used to flag dynamic allocation of a bus number. This patch resolves that issue; now negative numbers trigger dynamic alloc. It also updates the how-to-write-a-controller-driver overview to mention this stuff. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed