diff for duplicates of <20150620072402.GA15195@sudip-PC> diff --git a/a/1.txt b/N1/1.txt index d8eee1e..f2a952e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,9 +16,9 @@ On Fri, Jun 19, 2015 at 12:48:19PM -0700, Isaac Assegai wrote: > #endif > > /* Check if SII164 Chip exists */ -> - if ((sii164GetVendorID() = SII164_VENDOR_ID) && (sii164GetDeviceID() = SII164_DEVICE_ID)) +> - if ((sii164GetVendorID() == SII164_VENDOR_ID) && (sii164GetDeviceID() == SII164_DEVICE_ID)) > - { -> + if ((sii164GetVendorID() = SII164_VENDOR_ID) && (sii164GetDeviceID() = SII164_DEVICE_ID) { +> + if ((sii164GetVendorID() == SII164_VENDOR_ID) && (sii164GetDeviceID() == SII164_DEVICE_ID) { ^^^^ you have not build tested it :( In function ‘sii164InitChip’: @@ -27,4 +27,5 @@ error: expected ‘)’ before ‘{’ token regards sudip -- -To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in +To unsubscribe from this list: send the line "unsubscribe linux-kernel" in +Please read the FAQ at http://www.tux.org/lkml/ diff --git a/a/content_digest b/N1/content_digest index 002557c..4c9d02d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01434743301-14774-7-git-send-email-isaac.a.travers@gmail.com\0" "From\0Sudip Mukherjee <sudipm.mukherjee@gmail.com>\0" "Subject\0Re: [PATCH 6/8] Staging: sm750fb: ddk750_sii164.c: Place braces on previous lines\0" - "Date\0Sat, 20 Jun 2015 07:36:02 +0000\0" + "Date\0Sat, 20 Jun 2015 12:54:02 +0530\0" "To\0Isaac Assegai <isaac.a.travers@gmail.com>\0" "Cc\0linux-kernel@vger.kernel.org" devel@driverdev.osuosl.org @@ -29,9 +29,9 @@ "> #endif\n" "> \n" "> \t/* Check if SII164 Chip exists */\n" - "> -\tif ((sii164GetVendorID() = SII164_VENDOR_ID) && (sii164GetDeviceID() = SII164_DEVICE_ID))\n" + "> -\tif ((sii164GetVendorID() == SII164_VENDOR_ID) && (sii164GetDeviceID() == SII164_DEVICE_ID))\n" "> -\t{\n" - "> +\tif ((sii164GetVendorID() = SII164_VENDOR_ID) && (sii164GetDeviceID() = SII164_DEVICE_ID) {\n" + "> +\tif ((sii164GetVendorID() == SII164_VENDOR_ID) && (sii164GetDeviceID() == SII164_DEVICE_ID) {\n" "\t\t\t\t\t\t\t\t\t\t\t\t^^^^\n" "you have not build tested it :(\n" "In function \342\200\230sii164InitChip\342\200\231:\n" @@ -40,6 +40,7 @@ "regards\n" "sudip\n" "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-fbdev\" in" + "To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n" + Please read the FAQ at http://www.tux.org/lkml/ -025be3e0584d9e6560c36922aa015fcf76740d684d9acd41f03f71bba05a0017 +16e9da3a336a84fadb6abc131c025f3f717473e7369a0d8604431950d1ffb01c
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.