Re: [PATCH v2 7/9] i2c: i801: Improve i801_add_mux
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-09-29 19:38:54
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-09-29 19:38:54
On Fri, Aug 06, 2021 at 11:17:10PM +0200, Heiner Kallweit wrote:
The return value of i801_add_mux() isn't used, so let's change it to void. In addition remove the not needed cast to struct gpiod_lookup. GPIO_LOOKUP() uses GPIO_LOOKUP_IDX() that includes this cast. Reviewed-by: Jean Delvare <redacted> Tested-by: Jean Delvare <redacted> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Applied to for-next, thanks!