Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[sfrench/cifs-2.6.git] / drivers / isdn / hisax / w6692.c
index c4be1644f5bb5e35636d69b44301c00d59e7a694..36eefaa3a7d9ac0a726b40bcc4dd32e5dfdb379b 100644 (file)
@@ -72,7 +72,7 @@ W6692_new_ph(struct IsdnCardState *cs)
        case (W_L1CMD_RST):
                ph_command(cs, W_L1CMD_DRC);
                l1_msg(cs, HW_RESET | INDICATION, NULL);
-               /* fallthru */
+               /* fall through */
        case (W_L1IND_CD):
                l1_msg(cs, HW_DEACTIVATE | CONFIRM, NULL);
                break;
@@ -624,7 +624,7 @@ W6692_l1hw(struct PStack *st, int pr, void *arg)
                break;
        case (HW_RESET | REQUEST):
                spin_lock_irqsave(&cs->lock, flags);
-               if ((cs->dc.w6692.ph_state == W_L1IND_DRD)) {
+               if (cs->dc.w6692.ph_state == W_L1IND_DRD) {
                        ph_command(cs, W_L1CMD_ECK);
                        spin_unlock_irqrestore(&cs->lock, flags);
                } else {