Re: [PATCH] serial: Fix using plain integer instead of Null pointer

From: Sugaya, Taichi
Date: Thu Apr 18 2019 - 03:11:05 EST


Hi,

On 2019/04/18 15:40, Greg Kroah-Hartman wrote:
On Thu, Apr 18, 2019 at 03:21:25PM +0900, Sugaya Taichi wrote:
Fix build warning that using plain integer as Null pointer.
This is reported by kbuild test robot.

Fixes: ba44dc043004 ("serial: Add Milbeaut serial control")
Signed-off-by: Sugaya Taichi <sugaya.taichi@xxxxxxxxxxxxx>
---
drivers/tty/serial/milbeaut_usio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Using a "Reported-by:" tag is usually a good idea. I'll add it when I
apply the patch, but for next time can you please add it?


Yes, of course!
I will add the tag in the next chance.

Thanks a lot!
Sugaya Taichi

thanks,

greg k-h