mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 17:28:56 +00:00
Staging: wlan-ng: Handle error condition.
Handle error condition. Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e2e77528a7
commit
c631cb07b4
@ -333,6 +333,10 @@ static int prism2_fwapply(const struct ihex_binrec *rfptr,
|
||||
|
||||
/* Make the image chunks */
|
||||
result = mkimage(fchunk, &nfchunks);
|
||||
if (result) {
|
||||
netdev_err(wlandev->netdev, "Failed to make image chunk.\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* Do any plugging */
|
||||
result = plugimage(fchunk, nfchunks, s3plug, ns3plug, &pda);
|
||||
|
Loading…
x
Reference in New Issue
Block a user