diff options
author | Leonard Goehrs <l.goehrs@pengutronix.de> | 2020-11-27 16:22:59 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-11-28 09:49:19 +0100 |
commit | e4e1d47c7906cf108584c617c0b2ba32ed5428ed (patch) | |
tree | 66379fd264bdac1d7ec0f240a8c9ee981fd6d5aa /lib/vdso | |
parent | 5c7797022fe9a95a4417c75fa59a1a2bfdc5a3be (diff) |
ALSA: ppc: remove redundant checks in PS3 driver probe
The check for the FW_FEATURE_PS3_LV1 firmware feature is already performed
in ps3_system_bus_init() before registering the driver. So if the probe
function is actually used, this feature is already known to be available.
The check for the match id is also superfluous; the condition is always
true because the bus' match function (ps3_system_bus_match()) only
considers this driver for devices having:
dev->match_id == snd_ps3_bus_driver_info.match_id.
Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Leonard Goehrs <l.goehrs@pengutronix.de>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tested-by: Geoff Levand <geoff@infradead.org>
Link: https://lore.kernel.org/r/20201127152259.1470079-1-l.goehrs@pengutronix.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'lib/vdso')
0 files changed, 0 insertions, 0 deletions