Prechádzať zdrojové kódy

asoc: wsa881x: Update break after post_fs event

Update missing break after post_fs event handling.

Change-Id: I50894d21445c501366298e8ee8f1f66b854ac44f
Signed-off-by: Laxminath Kasam <[email protected]>
Laxminath Kasam 5 rokov pred
rodič
commit
d6b629414c
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      asoc/codecs/wsa881x.c

+ 1 - 0
asoc/codecs/wsa881x.c

@@ -1395,6 +1395,7 @@ static int wsa881x_event_notify(struct notifier_block *nb,
 			snd_soc_component_update_bits(wsa881x->component,
 					      WSA881X_SPKR_DRV_EN,
 					      0x80, 0x80);
+		break;
 	default:
 		break;
 	}