From: Sean MacLennan Date: Mon, 2 Feb 2009 07:01:59 +0000 (+0000) Subject: i2c: Fix confusing i2c-ibm_iic message X-Git-Tag: v2.6.31-rc1~331^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2c0f67c8cf8d2f34aa126da7b98d265d54017f;p=pandora-kernel.git i2c: Fix confusing i2c-ibm_iic message The i2c-ibm_iic driver printed messages in an odd order that seemed to list devices before the driver was probed. Here is an example: at24 0-0052: 512 byte 24c04 EEPROM (writable) ibm-iic ef600700.i2c: using standard (100 kHz) mode ad7414 0-004a: chip found This changes the order to print the i2c driver message before scanning for devices so that the logs show the driver, then the devices. Signed-off-by: Sean MacLennan Acked-by: Jean Delvare Signed-off-by: Josh Boyer --- Reading git-diff-tree failed