On 12/05/2012 04:09 PM, Hauke Mehrtens wrote: >> + if (radio_led->gpio != 0xf) { >> > + int gpio_out = 1 << radio_led->gpio; >> > + /* enable out */ >> > + bcma_cc_set32(cc_drv, BCMA_CC_GPIOOUTEN, gpio_out); >> > + if (radio_led->active_low) >> > + bcma_cc_set32(cc_drv, BCMA_CC_GPIOPULLUP, gpio_out); > Same for these register accesses. > For the pullup register there is not bcma_gpio_ function. With the stuff coming in from the mips tree I prefer to drop this patch for now. John, Please drop this patch from the series. Gr. AvS -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html