From: Jakub Kicinski Date: Sat, 13 Apr 2024 01:51:41 +0000 (-0700) Subject: Merge branch 'ptp-convert-to-platform-remove-callback-returning-void' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fbae0fa9666e016a400f056f3abc7a2f2ce4978a;p=linux.git Merge branch 'ptp-convert-to-platform-remove-callback-returning-void' Uwe Kleine-König says: ==================== ptp: Convert to platform remove callback returning void this series converts all platform drivers below drivers/ptp/ to not use struct platform_device::remove() any more. See commit 5c5a7680e67b ("platform: Provide a remove callback that returns no value") for an extended explanation and the eventual goal. All conversations are trivial, because the driver's .remove() callbacks returned zero unconditionally. ==================== Link: https://lore.kernel.org/r/cover.1712734365.git.u.kleine-koenig@pengutronix.de Signed-off-by: Jakub Kicinski --- fbae0fa9666e016a400f056f3abc7a2f2ce4978a