diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-04 19:05:02 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-04 19:05:02 -0800 |
commit | c8d950ab24987cad4fb4de60c554ac12c2658991 (patch) | |
tree | 5f9b65859b060b7cb0cd4763f4ffa32fff91ddeb /drivers/i3c | |
parent | 811c16a2a2de6fcdeea188a770600210943f8947 (diff) | |
parent | 988bb4a1937bd083267444dda21b901dc6a959b3 (diff) | |
download | linux-c8d950ab24987cad4fb4de60c554ac12c2658991.tar.gz linux-c8d950ab24987cad4fb4de60c554ac12c2658991.tar.bz2 linux-c8d950ab24987cad4fb4de60c554ac12c2658991.zip |
Merge tag 'i3c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Pull i3c updates from Boris Brezillon:
- Add a /* fall-through */ comment in the dw-i3c-master driver
- Update the I3C entries in MAINTAINERS to add an IRC chan
* tag 'i3c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux:
i3c: master: dw-i3c-master: mark expected switch fall-through
MAINTAINERS: Add an IRC channel for the I3C subsystem
Diffstat (limited to 'drivers/i3c')
-rw-r--r-- | drivers/i3c/master/dw-i3c-master.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i3c/master/dw-i3c-master.c b/drivers/i3c/master/dw-i3c-master.c index bb03079fbade..59279224e07f 100644 --- a/drivers/i3c/master/dw-i3c-master.c +++ b/drivers/i3c/master/dw-i3c-master.c @@ -602,6 +602,7 @@ static int dw_i3c_master_bus_init(struct i3c_master_controller *m) ret = dw_i2c_clk_cfg(master); if (ret) return ret; + /* fall through */ case I3C_BUS_MODE_PURE: ret = dw_i3c_clk_cfg(master); if (ret) |