[PATCH] drm/nouveau/i2c: do not use assignment in if condition

sunran001@208suo.com posted 1 patch 2 years, 7 months ago
There is a newer version of this series
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busnv04.c | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644
[PATCH] drm/nouveau/i2c: do not use assignment in if condition
Posted by sunran001@208suo.com 2 years, 7 months ago
Assignments in if condition are less readable and error-prone.  Fixes
also checkpatch warning:

ERROR: do not use assignment in if condition

Signed-off-by: Ran Sun <sunran001@208suo.com>
---
  drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busnv04.c | 0
  1 file changed, 0 insertions(+), 0 deletions(-)
  mode change 100755 => 100644 
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busnv04.c

diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busnv04.c 
b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busnv04.c
old mode 100755
new mode 100644