[PATCH] staging: wilc1000: modify odd print message

2015-06-10 Thread Dean Lee
This driver has odd message in print string. So this patch removes the data type. Signed-off-by: Dean Lee --- drivers/staging/wilc1000/host_interface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host

Re: [PATCH] staging: wilc1000: modify odd print message

2015-06-10 Thread Greg KH
On Thu, Jun 11, 2015 at 12:44:24PM +0900, Dean Lee wrote: > This driver has odd message in print string. > So this patch removes the data type. > > Signed-off-by: Dean Lee > --- > drivers/staging/wilc1000/host_interface.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git

Re: [PATCH] staging: wilc1000: modify odd print message

2015-06-11 Thread Greg KH
On Thu, Jun 11, 2015 at 01:52:28PM +0900, Dean.lee wrote: > > > On 2015년 06월 11일 12:50, Greg KH wrote: > >On Thu, Jun 11, 2015 at 12:44:24PM +0900, Dean Lee wrote: > >>This driver has odd message in print string. > >>So this patch removes the data type. > >> > >>Signed-off-by: Dean Lee > >>--- >