i2c: Get rid of remaining bus_id access
authorJean Delvare <khali@linux-fr.org>
Wed, 7 Jan 2009 13:29:16 +0000 (14:29 +0100)
committerJean Delvare <khali@linux-fr.org>
Wed, 7 Jan 2009 13:29:16 +0000 (14:29 +0100)
commit22e965c2aeb3e636831c8b28f9d7d8e25199891e
tree8a8919ba1c7db4faf5c7df5f5358dab948a034c1
parent27d9c1838f65cc5a48d7a3e9aed85271e7a2bec8
i2c: Get rid of remaining bus_id access

Use dev_name(dev) instead of accessing dev.bus_id directly, as the
latter is going away soon.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Kay Sievers <kay.sievers@vrfy.org>
drivers/i2c/busses/i2c-pxa.c
drivers/i2c/busses/i2c-s3c2410.c
drivers/i2c/busses/i2c-sh_mobile.c