mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
ALSA: fireworks: remove some stray checks
We checked "err" earlier. These things seem to be left over code. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewd-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Tested-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
82285f254c
commit
aeebbddda7
@ -89,8 +89,6 @@ get_hardware_info(struct snd_efw *efw)
|
||||
snprintf(version, sizeof(version), "%u.%u",
|
||||
(hwinfo->arm_version >> 24) & 0xff,
|
||||
(hwinfo->arm_version >> 16) & 0xff);
|
||||
if (err < 0)
|
||||
goto end;
|
||||
efw->firmware_version = hwinfo->arm_version;
|
||||
|
||||
strcpy(efw->card->driver, "Fireworks");
|
||||
@ -101,8 +99,6 @@ get_hardware_info(struct snd_efw *efw)
|
||||
hwinfo->vendor_name, hwinfo->model_name, version,
|
||||
hwinfo->guid_hi, hwinfo->guid_lo,
|
||||
dev_name(&efw->unit->device), 100 << fw_dev->max_speed);
|
||||
if (err < 0)
|
||||
goto end;
|
||||
|
||||
if (hwinfo->flags & BIT(FLAG_RESP_ADDR_CHANGABLE))
|
||||
efw->resp_addr_changable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user