On Tue, 22 Jul 2008, Dmitry Baryshkov wrote: > Allow the rfkill driver to specify led trigger name. > By default it still defaults to the name of rfkill switch. > > Signed-off-by: Dmitry Baryshkov <dbaryshkov@xxxxxxxxx> Acked-by: Henrique de Moraes Holschuh <hmh@xxxxxxxxxx> > Cc: Ivo van Doorn <IvDoorn@xxxxxxxxx> > --- > net/rfkill/rfkill.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/net/rfkill/rfkill.c b/net/rfkill/rfkill.c > index 4e10a95..b247677 100644 > --- a/net/rfkill/rfkill.c > +++ b/net/rfkill/rfkill.c > @@ -355,7 +355,8 @@ static void rfkill_led_trigger_register(struct rfkill *rfkill) > #ifdef CONFIG_RFKILL_LEDS > int error; > > - rfkill->led_trigger.name = rfkill->dev.bus_id; > + if (!rfkill->led_trigger.name) > + rfkill->led_trigger.name = rfkill->dev.bus_id; > error = led_trigger_register(&rfkill->led_trigger); > if (error) > rfkill->led_trigger.name = NULL; > -- > 1.5.6.2 > > -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh -- 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