[PATCH 0/2] net: can: use platform_set_drvdata()
From: Libo Chen <hidden>
Date: 2013-08-21 10:15:21
Also in:
linux-can, lkml
From: Libo Chen <hidden>
Date: 2013-08-21 10:15:21
Also in:
linux-can, lkml
Use the wrapper functions for getting and setting the driver data using platform_device instead of using dev_set_drvdata() with &pdev->dev, so we can directly pass a struct platform_device. Libo Chen (2): net: can: at91_can: use platform_set_drvdata() net: can: flexcan: use platform_set_drvdata() drivers/net/can/at91_can.c | 2 +- drivers/net/can/flexcan.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)