i2c: gxp: remove "empty" switch statement
authorWolfram Sang <wsa@kernel.org>
Fri, 17 Feb 2023 22:13:30 +0000 (23:13 +0100)
committerWolfram Sang <wsa@kernel.org>
Fri, 3 Mar 2023 19:57:29 +0000 (20:57 +0100)
commit1d092308ce223bb1403475737b8fb847e9e8704c
tree5ebdd9e99be9e66d65d76cd077c93ef0da282e01
parenta76d19e6acb1ef16561b0682cd1a566463fa3d98
i2c: gxp: remove "empty" switch statement

There used to be error messages which had to go. Now, it only consists
of 'break's, so it can go.

Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-gxp.c