diff for duplicates of <5066C8BE.6010302@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 31abd71..9553dac 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -135,9 +135,9 @@ Will hit next cycle now. > --- a/drivers/staging/iio/cdc/ad7150.c > +++ b/drivers/staging/iio/cdc/ad7150.c > @@ -156,7 +156,7 @@ static int ad7150_read_event_config(struct iio_dev *indio_dev, u64 event_code) -> return !adaptive && (threshtype = 0x1); +> return !adaptive && (threshtype == 0x1); > else -> return !adaptive && (threshtype = 0x0); +> return !adaptive && (threshtype == 0x0); > - }; > + } > return -EINVAL; diff --git a/a/content_digest b/N1/content_digest index a92c139..6226de5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01348826227-32567-1-git-send-email-peter.senna@gmail.com\0" "From\0Jonathan Cameron <jic23@kernel.org>\0" "Subject\0Re: [PATCH v2] drivers/staging/iio: Remove unnecessary semicolon\0" - "Date\0Sat, 29 Sep 2012 10:09:02 +0000\0" + "Date\0Sat, 29 Sep 2012 11:09:02 +0100\0" "To\0Peter Senna Tschudin <peter.senna@gmail.com>\0" "Cc\0trivial@kernel.org" gregkh@linuxfoundation.org @@ -154,9 +154,9 @@ "> --- a/drivers/staging/iio/cdc/ad7150.c\n" "> +++ b/drivers/staging/iio/cdc/ad7150.c\n" "> @@ -156,7 +156,7 @@ static int ad7150_read_event_config(struct iio_dev *indio_dev, u64 event_code)\n" - "> \t\t\treturn !adaptive && (threshtype = 0x1);\n" + "> \t\t\treturn !adaptive && (threshtype == 0x1);\n" "> \t\telse\n" - "> \t\t\treturn !adaptive && (threshtype = 0x0);\n" + "> \t\t\treturn !adaptive && (threshtype == 0x0);\n" "> -\t};\n" "> +\t}\n" "> \treturn -EINVAL;\n" @@ -270,4 +270,4 @@ "> \n" > -afe9b0bf25286d71daba2a50e1eaf548e205bc823eb5d93db563e7afa94d4e43 +dbb006e33bf140212a5a9c367b7467e715620ff39a2cfc437b99e2257192ba55
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.