Messages in this thread |  | | Date | Wed, 16 Aug 2017 10:16:48 -0700 | From | Greg Kroah-Hartman <> | Subject | Re: [PATCH] Revert "staging: fsl-mc: be consistent when checking strcmp() return" |
| |
On Wed, Aug 16, 2017 at 06:12:00PM +0100, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > The previous fix removed the equal to zero comparisons by the strcmps and > now the function always returns true. Revert this change to restore the > original correctly functioning code. > > Detected by CoverityScan, CID#1452267 ("Constant expression result") > > This reverts commit b93ad9a067e1515af42da7d56bc61f1a25075f94.
So this should say: Fixes: XXXXXX
right?
And it should get into 4.13-final, right? Or if not, at least backported to 4.13-stable?
Can you please resend it with the fixes tag?
thanks,
greg k-h
|  |