Re: [PATCH] rtc: rtc-tile: add missing platform_device_unregister() when module exit

2013-05-08 Thread Chris Metcalf
On 5/5/2013 1:07 AM, Wei Yongjun wrote: > From: Wei Yongjun > > We have registered platform device when module init, and > need unregister it when module exit. > > Signed-off-by: Wei Yongjun > --- > drivers/rtc/rtc-tile.c | 1 + > 1 file changed, 1 insertion(+) Thanks. Taken into the tile tr

Re: [PATCH] rtc: rtc-tile: add missing platform_device_unregister() when module exit

2013-05-07 Thread Wei Yongjun
On 05/08/2013 07:28 AM, Andrew Morton wrote: > On Sun, 5 May 2013 13:07:00 +0800 Wei Yongjun wrote: > >> From: Wei Yongjun >> >> We have registered platform device when module init, and >> need unregister it when module exit. >> >> ... >> >> --- a/drivers/rtc/rtc-tile.c >> +++ b/drivers/rtc/rtc-t

Re: [PATCH] rtc: rtc-tile: add missing platform_device_unregister() when module exit

2013-05-07 Thread Andrew Morton
On Sun, 5 May 2013 13:07:00 +0800 Wei Yongjun wrote: > From: Wei Yongjun > > We have registered platform device when module init, and > need unregister it when module exit. > > ... > > --- a/drivers/rtc/rtc-tile.c > +++ b/drivers/rtc/rtc-tile.c > @@ -146,6 +146,7 @@ exit_driver_unregister: >

[PATCH] rtc: rtc-tile: add missing platform_device_unregister() when module exit

2013-05-04 Thread Wei Yongjun
From: Wei Yongjun We have registered platform device when module init, and need unregister it when module exit. Signed-off-by: Wei Yongjun --- drivers/rtc/rtc-tile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/rtc/rtc-tile.c b/drivers/rtc/rtc-tile.c index 249b653..fc3dee9 10064