Re: [PATCH] eeepc-laptop: clean up control flow in *_rfkill_notifier

2014-09-22 Thread Darren Hart
On Sun, Sep 21, 2014 at 12:22:17AM +0200, Frans Klaver wrote: > Handle errors immediately in eeepc_register_rfkill_notifier and > eeepc_unregister_rfkill_notifier. This clears up the control flow for the > reader. It also removes unnecessary indentation. > > Signed-off-by: Frans Klaver Queued, t

[PATCH] eeepc-laptop: clean up control flow in *_rfkill_notifier

2014-09-20 Thread Frans Klaver
Handle errors immediately in eeepc_register_rfkill_notifier and eeepc_unregister_rfkill_notifier. This clears up the control flow for the reader. It also removes unnecessary indentation. Signed-off-by: Frans Klaver --- This depends on the earlier eeepc cleanup series [1] to apply cleanly. [1] ht