File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,8 @@ static int ssb_gpio_chipco_init(struct ssb_bus *bus)
231
231
chip -> ngpio = 16 ;
232
232
/* There is just one SoC in one device and its GPIO addresses should be
233
233
* deterministic to address them more easily. The other buses could get
234
- * a random base number. */
234
+ * a random base number.
235
+ */
235
236
if (bus -> bustype == SSB_BUSTYPE_SSB )
236
237
chip -> base = 0 ;
237
238
else
@@ -424,7 +425,8 @@ static int ssb_gpio_extif_init(struct ssb_bus *bus)
424
425
chip -> ngpio = 5 ;
425
426
/* There is just one SoC in one device and its GPIO addresses should be
426
427
* deterministic to address them more easily. The other buses could get
427
- * a random base number. */
428
+ * a random base number.
429
+ */
428
430
if (bus -> bustype == SSB_BUSTYPE_SSB )
429
431
chip -> base = 0 ;
430
432
else
You can’t perform that action at this time.
0 commit comments