All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1358638891-4775-7-git-send-email-peter.senna@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 8208a95..b70835b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -21,7 +21,7 @@ index b3ba47d..1dcdd9f 100644
 +++ b/drivers/media/usb/gspca/cpia1.c
 @@ -541,7 +541,7 @@ static int do_command(struct gspca_dev *gspca_dev, u16 command,
  		/* test button press */
- 		a = ((gspca_dev->usb_buf[1] & 0x02) = 0);
+ 		a = ((gspca_dev->usb_buf[1] & 0x02) == 0);
  		if (a != sd->params.qx3.button) {
 -#if defined(CONFIG_INPUT) || defined(CONFIG_INPUT_MODULE)
 +#if IS_ENABLED(CONFIG_INPUT)
diff --git a/a/content_digest b/N1/content_digest
index 16b4ac2..d93c1d9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01358638891-4775-1-git-send-email-peter.senna@gmail.com\0"
  "From\0Peter Senna Tschudin <peter.senna@gmail.com>\0"
  "Subject\0[PATCH V2 06/24] usb/gspca/cpia1.c: use IS_ENABLED() macro\0"
- "Date\0Sat, 19 Jan 2013 23:41:13 +0000\0"
+ "Date\0Sat, 19 Jan 2013 21:41:13 -0200\0"
  "To\0hdegoede@redhat.com\0"
  "Cc\0mchehab@redhat.com"
   linux-media@vger.kernel.org
@@ -32,7 +32,7 @@
  "+++ b/drivers/media/usb/gspca/cpia1.c\n"
  "@@ -541,7 +541,7 @@ static int do_command(struct gspca_dev *gspca_dev, u16 command,\n"
  " \t\t/* test button press */\n"
- " \t\ta = ((gspca_dev->usb_buf[1] & 0x02) = 0);\n"
+ " \t\ta = ((gspca_dev->usb_buf[1] & 0x02) == 0);\n"
  " \t\tif (a != sd->params.qx3.button) {\n"
  "-#if defined(CONFIG_INPUT) || defined(CONFIG_INPUT_MODULE)\n"
  "+#if IS_ENABLED(CONFIG_INPUT)\n"
@@ -60,4 +60,4 @@
  "-- \n"
  1.7.11.7
 
-9bad66372ee562d21922f2d966c729e8394aa2f59ac28e64d5caf17cd3ffeef1
+8127a561d1b457db2c205f3174bcfc7bdfc801b48b36f6b425c2c6accecc3199

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.