|
@@ -706,7 +706,7 @@ static int plugimage(struct imgchunk *fchunk, unsigned int nfchunks,
|
|
|
pr_warn("warning: Failed to find PDR for plugrec 0x%04x.\n",
|
|
|
s3plug[i].itemcode);
|
|
|
continue; /* and move on to the next PDR */
|
|
|
-#if 0
|
|
|
+
|
|
|
/* MSM: They swear that unless it's the MAC address,
|
|
|
* the serial number, or the TX calibration records,
|
|
|
* then there's reasonable defaults in the f/w
|
|
@@ -714,9 +714,6 @@ static int plugimage(struct imgchunk *fchunk, unsigned int nfchunks,
|
|
|
* should only be a warning, not fatal.
|
|
|
* TODO: add fatals for the PDRs mentioned above.
|
|
|
*/
|
|
|
- result = 1;
|
|
|
- continue;
|
|
|
-#endif
|
|
|
}
|
|
|
|
|
|
/* Validate plug len against PDR len */
|