]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/bna/bna_ctrl.c
drivers/net: return operator cleanup
[net-next-2.6.git] / drivers / net / bna / bna_ctrl.c
index f3034d6bda58d54aabcf512a9001b3d7c75b09a2..ddd922f210c7ae2cb10582f5ef39013da79139ce 100644 (file)
@@ -25,8 +25,8 @@
 static int
 bna_is_aen(u8 msg_id)
 {
-       return (msg_id == BFI_LL_I2H_LINK_DOWN_AEN ||
-               msg_id == BFI_LL_I2H_LINK_UP_AEN);
+       return msg_id == BFI_LL_I2H_LINK_DOWN_AEN ||
+              msg_id == BFI_LL_I2H_LINK_UP_AEN;
 }
 
 static void
@@ -1702,7 +1702,7 @@ bna_device_cb_port_stopped(void *arg, enum bna_cb_status status)
 int
 bna_device_status_get(struct bna_device *device)
 {
-       return (device->fsm == (bfa_fsm_t)bna_device_sm_ready);
+       return device->fsm == (bfa_fsm_t)bna_device_sm_ready;
 }
 
 void