i2c: Get rid of remaining bus_id access
[safe/jmp/linux-2.6] / drivers / i2c / busses / i2c-s3c2410.c
index f69f91f..5b7f956 100644 (file)
@@ -906,7 +906,7 @@ static int s3c24xx_i2c_probe(struct platform_device *pdev)
 
        platform_set_drvdata(pdev, i2c);
 
-       dev_info(&pdev->dev, "%s: S3C I2C adapter\n", i2c->adap.dev.bus_id);
+       dev_info(&pdev->dev, "%s: S3C I2C adapter\n", dev_name(&i2c->adap.dev));
        return 0;
 
  err_cpufreq: