From: David Woodhouse Date: Sun, 31 Oct 2010 20:06:59 +0000 (+0100) Subject: i2c-i801: Handle multiple instances instead of keeping global state X-Git-Tag: v2.6.37-rc1~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cd96eb0a74791cacb27ace902b991cfd0e72abe;p=pandora-kernel.git i2c-i801: Handle multiple instances instead of keeping global state It's poor form to keep driver state in global variables rather than per-instance. It never really mattered in practice when there was only one controller on the chipset, but the latest chipsets do have more than one controller, so now we care. Signed-off-by: David Woodhouse Signed-off-by: Jean Delvare --- Reading git-diff-tree failed