diff for duplicates of <20150623085548.GM28762@mwanda> diff --git a/a/1.txt b/N1/1.txt index 83db431..3c44e50 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,9 +17,9 @@ On Sat, Jun 20, 2015 at 12:54:02PM +0530, Sudip Mukherjee 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’: diff --git a/a/content_digest b/N1/content_digest index 723f852..919c10e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020150620072402.GA15195@sudip-PC\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0Re: [PATCH 6/8] Staging: sm750fb: ddk750_sii164.c: Place braces on previous lines\0" - "Date\0Tue, 23 Jun 2015 08:55:48 +0000\0" + "Date\0Tue, 23 Jun 2015 11:55:48 +0300\0" "To\0Sudip Mukherjee <sudipm.mukherjee@gmail.com>\0" "Cc\0Isaac Assegai <isaac.a.travers@gmail.com>" devel@driverdev.osuosl.org @@ -32,9 +32,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" @@ -47,4 +47,4 @@ "regards,\n" dan carpenter -d8f79da079cfcedfcd7bcdad0fed1b3faa32532cc7c170fc331acab44d182e36 +9fbfc1ebd1c84f3cc0536a422746901940420042d22e84fae9265fbf93f44d5b
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.