Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8888fb4d authored by Dan Carpenter's avatar Dan Carpenter Committed by John W. Linville
Browse files

libertas: remove some dead code in if_spi_prog_helper_firmware()



We always hit the goto and skip the printk().  The original code does
the right thing even though it looks messy.

Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent abc11994
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -531,10 +531,6 @@ static int if_spi_prog_helper_firmware(struct if_spi_card *card,
		goto out;
	err = spu_write_u16(card, IF_SPI_CARD_INT_CAUSE_REG,
				IF_SPI_CIC_CMD_DOWNLOAD_OVER);
		goto out;

	lbs_deb_spi("waiting for helper to boot...\n");

out:
	if (err)
		pr_err("failed to load helper firmware (err=%d)\n", err);