Re: [PATCH] devfreq: fix double call put_device

2016-06-01 Thread Chanwoo Choi
nwoo Choi wrote: > Hi Cai, > > On 2016년 05월 14일 15:28, Caizhiyong wrote: >> From: Cai Zhiyong >> Date: Sat, 14 May 2016 14:13:30 +0800 >> Subject: [PATCH] devfreq: fix double call put_device > > The patch description don't need to include the 'Da

Re: [PATCH] devfreq: fix double call put_device

2016-05-18 Thread Chanwoo Choi
Hi Cai, On 2016년 05월 14일 15:28, Caizhiyong wrote: > From: Cai Zhiyong > Date: Sat, 14 May 2016 14:13:30 +0800 > Subject: [PATCH] devfreq: fix double call put_device The patch description don't need to include the 'Date/Subject'. You need to delete them. &

[PATCH] devfreq: fix double call put_device

2016-05-13 Thread Caizhiyong
From: Cai Zhiyong Date: Sat, 14 May 2016 14:13:30 +0800 Subject: [PATCH] devfreq: fix double call put_device 1295 */ 1296 void device_unregister(struct device *dev) 1297 { 1298 pr_debug("device: '%s': %s\n", dev_name(dev), __func__); 1299 device_del(dev); 130

[PATCH] devfreq: fix double call put_device

2016-05-13 Thread Caizhiyong
From: Cai Zhiyong Date: Sat, 14 May 2016 14:13:30 +0800 Subject: [PATCH] devfreq: fix double call put_device 1295 */ 1296 void device_unregister(struct device *dev) 1297 { 1298 pr_debug("device: '%s': %s\n", dev_name(dev), __func__); 1299 device_del(dev); 130