diff options
-rw-r--r-- | drivers/bluetooth/btmrvl_drv.h | 2 | ||||
-rw-r--r-- | drivers/bluetooth/btmrvl_main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bluetooth/btmrvl_drv.h b/drivers/bluetooth/btmrvl_drv.h index 199ff492da26..dc79f88f8717 100644 --- a/drivers/bluetooth/btmrvl_drv.h +++ b/drivers/bluetooth/btmrvl_drv.h | |||
@@ -142,7 +142,7 @@ void btmrvl_interrupt(struct btmrvl_private *priv); | |||
142 | bool btmrvl_check_evtpkt(struct btmrvl_private *priv, struct sk_buff *skb); | 142 | bool btmrvl_check_evtpkt(struct btmrvl_private *priv, struct sk_buff *skb); |
143 | int btmrvl_process_event(struct btmrvl_private *priv, struct sk_buff *skb); | 143 | int btmrvl_process_event(struct btmrvl_private *priv, struct sk_buff *skb); |
144 | 144 | ||
145 | int btmrvl_send_module_cfg_cmd(struct btmrvl_private *priv, int subcmd); | 145 | int btmrvl_send_module_cfg_cmd(struct btmrvl_private *priv, u8 subcmd); |
146 | int btmrvl_send_hscfg_cmd(struct btmrvl_private *priv); | 146 | int btmrvl_send_hscfg_cmd(struct btmrvl_private *priv); |
147 | int btmrvl_enable_ps(struct btmrvl_private *priv); | 147 | int btmrvl_enable_ps(struct btmrvl_private *priv); |
148 | int btmrvl_prepare_command(struct btmrvl_private *priv); | 148 | int btmrvl_prepare_command(struct btmrvl_private *priv); |
diff --git a/drivers/bluetooth/btmrvl_main.c b/drivers/bluetooth/btmrvl_main.c index 5c0b9444b5e1..e9dbddb0b8f1 100644 --- a/drivers/bluetooth/btmrvl_main.c +++ b/drivers/bluetooth/btmrvl_main.c | |||
@@ -202,7 +202,7 @@ static int btmrvl_send_sync_cmd(struct btmrvl_private *priv, u16 opcode, | |||
202 | return 0; | 202 | return 0; |
203 | } | 203 | } |
204 | 204 | ||
205 | int btmrvl_send_module_cfg_cmd(struct btmrvl_private *priv, int subcmd) | 205 | int btmrvl_send_module_cfg_cmd(struct btmrvl_private *priv, u8 subcmd) |
206 | { | 206 | { |
207 | int ret; | 207 | int ret; |
208 | 208 | ||