Re: [PATCH] NFC: null-ify info->ram_patch when firmware is released

2016-07-19 Thread Samuel Ortiz
Hi Colin, On Fri, Jul 15, 2016 at 02:00:33PM +0100, Colin King wrote: > From: Colin Ian King > > When the firmware is released for info->ram_patch currently > info->otp_patch is being nullified and not info->ram_patch. > This looks like a cut-n-paste coding error. Fix this by > nullifing the cor

[PATCH] NFC: null-ify info->ram_patch when firmware is released

2016-07-15 Thread Colin King
From: Colin Ian King When the firmware is released for info->ram_patch currently info->otp_patch is being nullified and not info->ram_patch. This looks like a cut-n-paste coding error. Fix this by nullifing the correct field. Signed-off-by: Colin Ian King --- drivers/nfc/fdp/fdp.c | 2 +- 1 fi