Bläddra i källkod

msm: ipa3: Fix to changes the ring variable type

With u16 variable not fitting the higher ring size. So
adding changes to chnage ring type to u32.

Change-Id: Ib16e2426071c642f7e25beb022661dfa914cd0c4
Signed-off-by: Ashok Vuyyuru <[email protected]>
Ashok Vuyyuru 3 år sedan
förälder
incheckning
902eaf0290
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      drivers/platform/msm/gsi/gsi.h

+ 1 - 1
drivers/platform/msm/gsi/gsi.h

@@ -487,7 +487,7 @@ struct gsi_chan_props {
 	uint8_t ch_id;
 	unsigned long evt_ring_hdl;
 	enum gsi_chan_ring_elem_size re_size;
-	uint16_t ring_len;
+	uint32_t ring_len;
 	uint16_t max_re_expected;
 	uint64_t ring_base_addr;
 	uint8_t db_in_bytes;