+14
−4
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
platform_device_register_simple() is going away, switch to using platfrom_device_alloc() + platform_device_add(). Also make sure that wbsd_driver gets unregistered when wbsd_init fails. Signed-off-by:Dmitry Torokhov <dtor@mail.ru> Acked-by:
Pierre Ossman <drzeus@drzeus.cx>