[PATCH] staging: rtl8723bs: core: Drop condition with no effect

2019-09-21 Thread Saurav Girepunje
As the "else if" and "else" branch body are identical the condition has no effect. So drop the "else if" condition Signed-off-by: Saurav Girepunje --- drivers/staging/rtl8723bs/core/rtw_cmd.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/staging/rtl8723bs/core/rtw_cmd.c

[PATCH] drm/bridge: anx7625: fix platform_no_drv_owner.cocci warnings

2019-09-21 Thread kbuild test robot
From: kbuild test robot drivers/gpu/drm/bridge/analogix/anx7625.c:2070:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Fixes: a6c1b1bd5c95 ("drm/bridge: anx

Re: [PATCH v1 2/2] drm/bridge: anx7625: Add anx7625 MIPI to DP bridge driver

2019-09-21 Thread kbuild test robot
Hi Xin, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [cannot apply to v5.3 next-20190918] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify t

[PATCH] staging: speakup: document sysfs attributes

2019-09-21 Thread Okash Khawaja
Speakup exposes a set of sysfs attributes under /sys/accessibility/speakup/ for user-space to interact with and configure speakup's kernel modules. This patch describes those attributes. Some attributes either lack a description or contain incomplete description. They are marked wit TODO. Authored