Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0421d18 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

cw1200: remove unnecessary break after return

parent 21dceb6f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -290,7 +290,6 @@ static int config_reg_write(struct cw1200_common *priv, u32 val)
	case HIF_8601_SILICON:
	default:
		return cw1200_reg_write_32(priv, ST90TDS_CONFIG_REG_ID, val);
		break;
	}
	return 0;
}