Re: [PATCH 4/5] staging: wilc1000: use the real data type
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2015-08-15 02:04:10
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2015-08-15 02:04:10
On Thu, Aug 13, 2015 at 01:41:22PM +0900, Tony Cho wrote:
From: Johnny Kim <redacted> This patch changes the type of gu8FlushedJoinReqDrvHandler with his real data type becasue typecasting is not necessary. In result, typecasting which is not necessary and some building warnings is removed. Signed-off-by: Johnny Kim <redacted> Signed-off-by: Tony Cho <redacted> --- drivers/staging/wilc1000/host_interface.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
This patch doesn't apply to my tree anymore due to patches from other people touching the same area. Please rebase it, and fix up the 5/5 patch, and resend both of them as a new series. thanks, greg k-h