Re: [PATCH v2] gpu: anx7808: fix a missing check in anx78xx_poweron

2018-12-26 Thread Kangjie Lu
Please ignore this email. I've sent another one. On Mon, Dec 24, 2018 at 11:02 PM Kangjie Lu wrote: > Both anx78xx_set_bits() and anx78xx_clear_bits() in the poweron process > may fail. The fix inserts checks for their return values. > > Signed-off-by: Kangjie Lu > --- > drivers/gpu/drm/bridge

[PATCH v2] gpu: anx7808: fix a missing check in anx78xx_poweron

2018-12-26 Thread Kangjie Lu
Both anx78xx_set_bits() and anx78xx_clear_bits() in the poweron process may fail. The fix inserts checks for their return values. Signed-off-by: Kangjie Lu --- drivers/gpu/drm/bridge/analogix-anx78xx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/bridge/analogix-anx78xx.c

[PATCH v2] gpu: anx7808: fix a missing check in anx78xx_poweron

2018-12-26 Thread Kangjie Lu
Both anx78xx_set_bits() and anx78xx_clear_bits() in the poweron process may fail. The fix inserts checks for their return values. Signed-off-by: Kangjie Lu --- drivers/gpu/drm/bridge/analogix-anx78xx.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/driv