Re: [PATCH 1/2] i2c: robotfuzz-osif: remove pointless local variable

2018-05-24 Thread Wolfram Sang
On Wed, May 09, 2018 at 09:46:57PM +0200, Peter Rosin wrote: > Just use the value directly instead of assigning it to a > variable first. And then drop the unused variable. > > Signed-off-by: Peter Rosin Applied to for-next, thanks! signature.asc Description: PGP signature

[PATCH 1/2] i2c: robotfuzz-osif: remove pointless local variable

2018-05-09 Thread Peter Rosin
Just use the value directly instead of assigning it to a variable first. And then drop the unused variable. Signed-off-by: Peter Rosin --- drivers/i2c/busses/i2c-robotfuzz-osif.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/drivers/i2c/busses/i2c-robotfu