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

2019-04-18 Thread Sugaya, Taichi
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

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

2019-04-17 Thread Greg Kroah-Hartman
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 > --- > drivers/tty/serial/milbeaut