mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
i2c-bfin-twi: Cleanup driver descriptions, versions and some module useful information
Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
parent
74d362e0b3
commit
fa6ad22271
@ -693,8 +693,8 @@ static int i2c_bfin_twi_probe(struct platform_device *pdev)
|
||||
|
||||
platform_set_drvdata(pdev, iface);
|
||||
|
||||
dev_info(&pdev->dev, "Blackfin I2C TWI controller, regs_base@%p\n",
|
||||
iface->regs_base);
|
||||
dev_info(&pdev->dev, "Blackfin BF5xx on-chip I2C TWI Contoller, "
|
||||
"regs_base@%p\n", iface->regs_base);
|
||||
|
||||
return 0;
|
||||
|
||||
@ -748,9 +748,9 @@ static void __exit i2c_bfin_twi_exit(void)
|
||||
platform_driver_unregister(&i2c_bfin_twi_driver);
|
||||
}
|
||||
|
||||
MODULE_AUTHOR("Sonic Zhang <sonic.zhang@analog.com>");
|
||||
MODULE_DESCRIPTION("I2C-Bus adapter routines for Blackfin TWI");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
module_init(i2c_bfin_twi_init);
|
||||
module_exit(i2c_bfin_twi_exit);
|
||||
|
||||
MODULE_AUTHOR("Bryan Wu, Sonic Zhang");
|
||||
MODULE_DESCRIPTION("Blackfin BF5xx on-chip I2C TWI Contoller Driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user