diff for duplicates of <4F458A52.1000302@sensoray.com> diff --git a/a/1.txt b/N1/1.txt index cbffd48..3e892c9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -87,8 +87,8 @@ On 2/16/2012 10:44 PM, Dan Carpenter wrote: > + dev->dsp_fw_ver = le32_to_cpu(*pRel); > + if (dev->dsp_fw_ver< S2255_CUR_DSP_FWVER) > printk(KERN_INFO "s2255: f2255usb.bin out of date.\n"); -> - if (dev->pid = 0x2257&& *pRel< S2255_MIN_DSP_COLORFILTER) -> + if (dev->pid = 0x2257&& +> - if (dev->pid == 0x2257&& *pRel< S2255_MIN_DSP_COLORFILTER) +> + if (dev->pid == 0x2257&& > + dev->dsp_fw_ver< S2255_MIN_DSP_COLORFILTER) > printk(KERN_WARNING "s2255: 2257 requires firmware %d" > " or above.\n", S2255_MIN_DSP_COLORFILTER); diff --git a/a/content_digest b/N1/content_digest index c19d692..a3ea8d6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020120217064410.GB3666@elgon.mountain\0" "From\0dean anderson <linux-dev@sensoray.com>\0" "Subject\0Re: [patch 2/2] [media] s2255drv: fix some endian bugs\0" - "Date\0Thu, 23 Feb 2012 00:37:38 +0000\0" + "Date\0Wed, 22 Feb 2012 16:37:38 -0800\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Mauro Carvalho Chehab <mchehab@infradead.org>" Dean Anderson <linux-dev@sensoray.com> @@ -100,12 +100,12 @@ "> +\t\tdev->dsp_fw_ver = le32_to_cpu(*pRel);\n" "> +\t\tif (dev->dsp_fw_ver< S2255_CUR_DSP_FWVER)\n" "> \t\t\tprintk(KERN_INFO \"s2255: f2255usb.bin out of date.\\n\");\n" - "> -\t\tif (dev->pid = 0x2257&& *pRel< S2255_MIN_DSP_COLORFILTER)\n" - "> +\t\tif (dev->pid = 0x2257&&\n" + "> -\t\tif (dev->pid == 0x2257&& *pRel< S2255_MIN_DSP_COLORFILTER)\n" + "> +\t\tif (dev->pid == 0x2257&&\n" "> +\t\t\t\tdev->dsp_fw_ver< S2255_MIN_DSP_COLORFILTER)\n" "> \t\t\tprintk(KERN_WARNING \"s2255: 2257 requires firmware %d\"\n" "> \t\t\t \" or above.\\n\", S2255_MIN_DSP_COLORFILTER);\n" "> \t}\n" > -ecfb9f5c7e92ad0846db551d35aae3fd1c60c06597d8cfee7cc855b991c1691a +18e8225bb19cc9e7c5a0dd54dfdd358ee4e75012f6e0bb1158cd7d553ce6b4fe
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.