Browse Source

Merge "asoc: codecs: update wcd9360 interrupt table size"

Linux Build Service Account 7 years ago
parent
commit
d4ba1285d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      asoc/codecs/wcd9xxx-rst.c

+ 1 - 1
asoc/codecs/wcd9xxx-rst.c

@@ -518,7 +518,7 @@ version_unknown:
 	wcd_type->slim_slave_type = WCD9XXX_SLIM_SLAVE_ADDR_TYPE_1;
 	wcd_type->i2c_chip_status = 0x01;
 	wcd_type->intr_tbl = wcd9360_intr_table;
-	wcd_type->intr_tbl_size = ARRAY_SIZE(wcd934x_intr_table);
+	wcd_type->intr_tbl_size = ARRAY_SIZE(wcd9360_intr_table);
 
 	wcd_type->intr_reg[WCD9XXX_INTR_STATUS_BASE] =
 						WCD9360_INTR_PIN1_STATUS0;