mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
[adm5120] fix typos in adm5120 switch driver (#4241)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31196 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1a38049d59
commit
f4c6500322
@ -49,7 +49,7 @@
|
||||
/* ------------------------------------------------------------------------ */
|
||||
|
||||
#ifdef CONFIG_ADM5120_SWITCH_DEBUG
|
||||
#define SW_DBG(f, a...) printk(KERN_DBG "%s: " f, DRV_NAME , ## a)
|
||||
#define SW_DBG(f, a...) printk(KERN_DEBUG "%s: " f, DRV_NAME , ## a)
|
||||
#else
|
||||
#define SW_DBG(f, a...) do {} while (0)
|
||||
#endif
|
||||
@ -1172,7 +1172,7 @@ err:
|
||||
return err;
|
||||
}
|
||||
|
||||
static int adm5120_switch_remove(struct platform_device *dev)
|
||||
static int adm5120_switch_remove(struct platform_device *pdev)
|
||||
{
|
||||
adm5120_switch_cleanup();
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user