commit | d36dfb3e9b990b45bb812fd144b19737649a69ba | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Wed Apr 25 19:36:29 2018 -0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri May 18 06:37:52 2018 +0200 |
tree | d08497a032bc2caf431a66df068d7e88c994ab5e | |
parent | d666fc5479ad76a1bcbe6476d4997cea714bab2d [diff] |
Bluetooth: hci_ldisc: Provide a 'default' switch case When both CONFIG_BT_HCIUART_INTEL and CONFIG_BT_HCIUART_BCM are not selected, sparse complains like this: drivers/bluetooth/hci_ldisc.c:437:9: warning: switch with no cases Fix the sparse warning by proving a default switch case. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>