diff for duplicates of <4D7B926F.60400@gmx.de> diff --git a/a/1.txt b/N1/1.txt index b34b198..4b69155 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,7 +40,7 @@ Florian Tobias Schandinat > > - memcpy(&start_pattern, biosptr, 2); > /* Compare pattern */ -> if (start_pattern = 0xAA55) { +> if (start_pattern == 0xAA55) { > /* Get the start of Table */ > /* 0x1B means BIOS offset position */ > romptr = biosptr + 0x1B; diff --git a/a/content_digest b/N1/content_digest index 2abef4b..5757a04 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020110303095901.2a283be0@nehalam\0" "From\0Florian Tobias Schandinat <FlorianSchandinat@gmx.de>\0" "Subject\0Re: [PATCH] video via: fix iomem access\0" - "Date\0Sat, 12 Mar 2011 15:34:07 +0000\0" + "Date\0Sat, 12 Mar 2011 16:34:07 +0100\0" "To\0Stephen Hemminger <shemminger@vyatta.com>\0" "Cc\0linux-fbdev@vger.kernel.org" " linux-kernel@vger.kernel.org\0" @@ -49,7 +49,7 @@ "> \n" "> -\tmemcpy(&start_pattern, biosptr, 2);\n" "> \t/* Compare pattern */\n" - "> \tif (start_pattern = 0xAA55) {\n" + "> \tif (start_pattern == 0xAA55) {\n" "> \t\t/* Get the start of Table */\n" "> \t\t/* 0x1B means BIOS offset position */\n" "> \t\tromptr = biosptr + 0x1B;\n" @@ -78,4 +78,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -c7b513b9010fa37052043b7ac69574b4416e1111b8d43823087611849f27483b +d7dcd6c70a35c858783a38b0ded33ca9a8ea7b4987770009ebbbc703bc658d15
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.