|
@@ -68,6 +68,7 @@ void validate_firmware_response(struct kim_data_s *kim_gdata)
|
|
if (unlikely(skb->data[5] != 0)) {
|
|
if (unlikely(skb->data[5] != 0)) {
|
|
pr_err("no proper response during fw download");
|
|
pr_err("no proper response during fw download");
|
|
pr_err("data6 %x", skb->data[5]);
|
|
pr_err("data6 %x", skb->data[5]);
|
|
|
|
+ kfree_skb(skb);
|
|
return; /* keep waiting for the proper response */
|
|
return; /* keep waiting for the proper response */
|
|
}
|
|
}
|
|
/* becos of all the script being downloaded */
|
|
/* becos of all the script being downloaded */
|