Re: [PATCH v2] Input: applespi: fix warnings detected by sparse

2019-07-21 Thread Dmitry Torokhov
On Sun, Jul 21, 2019 at 01:10:40AM -0700, Ronald Tschalär wrote: > Reported-by: kbuild test robot > Signed-off-by: Ronald Tschalär Applied, thank you. > --- > Changes in v2: > replaced min_t/max_t with plain min/max since both arguments are now > int's and don't need further casting > > d

[PATCH v2] Input: applespi: fix warnings detected by sparse

2019-07-21 Thread Ronald Tschalär
Reported-by: kbuild test robot Signed-off-by: Ronald Tschalär --- Changes in v2: replaced min_t/max_t with plain min/max since both arguments are now int's and don't need further casting drivers/input/keyboard/applespi.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions