Re: [PATCH RFT 1/2] i2c: tegra-bpmp: don't modify input variable in xlate_flags

2021-04-05 Thread Wolfram Sang
On Wed, Mar 31, 2021 at 09:51:40AM +0200, Wolfram Sang wrote: > Since commit bc1c2048abbe ("i2c: bpmp-tegra: Ignore unknown I2C_M > flags") we don't need to mask out flags and can keep the input variable > as is to save quite some lines. > > Signed-off-by: Wolfram Sang Applied to for-next, thank

Re: [PATCH RFT 1/2] i2c: tegra-bpmp: don't modify input variable in xlate_flags

2021-04-01 Thread Thierry Reding
On Wed, Mar 31, 2021 at 09:51:40AM +0200, Wolfram Sang wrote: > Since commit bc1c2048abbe ("i2c: bpmp-tegra: Ignore unknown I2C_M > flags") we don't need to mask out flags and can keep the input variable > as is to save quite some lines. > > Signed-off-by: Wolfram Sang > --- > drivers/i2c/busses

Re: [PATCH RFT 1/2] i2c: tegra-bpmp: don't modify input variable in xlate_flags

2021-04-01 Thread Thierry Reding
On Wed, Mar 31, 2021 at 09:51:40AM +0200, Wolfram Sang wrote: > Since commit bc1c2048abbe ("i2c: bpmp-tegra: Ignore unknown I2C_M > flags") we don't need to mask out flags and can keep the input variable > as is to save quite some lines. > > Signed-off-by: Wolfram Sang > --- > drivers/i2c/busses

[PATCH RFT 1/2] i2c: tegra-bpmp: don't modify input variable in xlate_flags

2021-03-31 Thread Wolfram Sang
Since commit bc1c2048abbe ("i2c: bpmp-tegra: Ignore unknown I2C_M flags") we don't need to mask out flags and can keep the input variable as is to save quite some lines. Signed-off-by: Wolfram Sang --- drivers/i2c/busses/i2c-tegra-bpmp.c | 32 - 1 file changed, 8 inse