parent
09ade17a15
commit
152f38a615
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
|
|
||||||
#ifdef CONFIG_ADM5120_SWITCH_DEBUG
|
#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
|
#else
|
||||||
#define SW_DBG(f, a...) do {} while (0)
|
#define SW_DBG(f, a...) do {} while (0)
|
||||||
#endif
|
#endif
|
||||||
|
@ -1172,7 +1172,7 @@ err:
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int adm5120_switch_remove(struct platform_device *dev)
|
static int adm5120_switch_remove(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
adm5120_switch_cleanup();
|
adm5120_switch_cleanup();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue