commit | 6b2d60a543c4ffbb6bd9703a2714b2d5fbfc5781 | [log] [tgz] |
---|---|---|
author | George Stark <gnstark@salutedevices.com> | Thu Apr 25 20:12:51 2024 +0300 |
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Tue Apr 30 18:57:08 2024 +0200 |
tree | b73c024612cc5c6a91499e9e6a43327543a3f7d2 | |
parent | b3c23dcc3c4617b4cefcfbeba47494a640706fcc [diff] |
pwm: meson: Drop unneeded check in .get_state() Drop checking state argument for NULL pointer in meson_pwm_get_state() due to it is called only from pwm core with always valid arguments. Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com> Signed-off-by: George Stark <gnstark@salutedevices.com> Link: https://lore.kernel.org/r/20240425171253.2752877-2-gnstark@salutedevices.com Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>