Mark Brown ec380a34a4
ASoC: Drop empty platform remove functions
Merge series from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>:

Hello,

this patch series removes all platform remove functions that only return
zero below sound/soc. There is no reason to have these, as the only
caller is platform core code doing:

        if (drv->remove) {
                int ret = drv->remove(dev);

                ...
        }

(in platform_remove()) and so having no remove function is both
equivalent and simpler.
2022-12-27 11:55:04 +00:00
..
2022-08-16 12:46:26 +02:00
2021-04-20 17:25:51 +01:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-06-27 18:27:03 +01:00
2022-10-05 12:02:07 -07:00
2022-07-11 15:51:01 +01:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-10-05 12:02:07 -07:00
2021-03-31 18:00:38 +01:00
2022-10-03 16:30:42 +02:00
2022-08-16 13:08:06 +01:00
2022-10-21 12:22:32 +01:00
2022-06-06 12:33:10 +01:00
2018-04-26 12:44:15 +01:00
2022-07-13 13:48:56 +01:00
2022-10-19 16:37:01 +01:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2020-05-07 13:18:04 +01:00
2022-10-13 13:01:32 +01:00
2022-10-13 13:01:32 +01:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2021-12-06 10:04:05 +01:00
2022-11-29 12:55:51 +00:00
2022-07-08 11:52:42 +01:00
2021-12-06 10:04:05 +01:00
2018-06-01 12:05:30 +01:00
2022-08-15 01:20:01 +01:00
2022-10-03 16:30:42 +02:00
2020-07-20 15:34:29 +01:00
2022-10-03 16:30:42 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2020-10-02 21:05:29 +01:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-12-12 15:44:24 +00:00
2022-08-16 12:46:26 +02:00
2022-07-11 15:51:01 +01:00
2022-08-16 12:46:26 +02:00