Revert "hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dma"
This reverts commit 8ca412b0e2
.
This commit is contained in:
parent
41a84ba01c
commit
8aa36e6d98
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ static int ish_fw_xfer_direct_dma(struct ishtp_cl_data *client_data,
|
|||
const struct firmware *fw,
|
||||
const struct shim_fw_info fw_info)
|
||||
{
|
||||
int rv = 0;
|
||||
int rv;
|
||||
void *dma_buf;
|
||||
dma_addr_t dma_buf_phy;
|
||||
u32 fragment_offset, fragment_size, payload_max_size;
|
||||
|
|
Loading…
Add table
Reference in a new issue