diff for duplicates of <5681A675.80504@users.sourceforge.net> diff --git a/a/1.txt b/N1/1.txt index ce80919..927ac1d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,7 +26,7 @@ index 0d4ac59..cf2444a 100644 - goto err; + goto report_failure; - if (s->lna_gain_auto->val = false) { + if (s->lna_gain_auto->val == false) { ret = airspy_ctrl_msg(s, CMD_SET_LNA_GAIN, 0, s->lna_gain->val, &u8tmp, 1); if (ret) @@ -50,7 +50,7 @@ index 0d4ac59..cf2444a 100644 - goto err; + goto report_failure; - if (s->mixer_gain_auto->val = false) { + if (s->mixer_gain_auto->val == false) { ret = airspy_ctrl_msg(s, CMD_SET_MIXER_GAIN, 0, s->mixer_gain->val, &u8tmp, 1); if (ret) diff --git a/a/content_digest b/N1/content_digest index ed60d5f..1e46400 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0566ABCD9.1060404@users.sourceforge.net\0" "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" "Subject\0[PATCH] [media] airspy: Better exception handling in two functions\0" - "Date\0Mon, 28 Dec 2015 21:15:33 +0000\0" + "Date\0Mon, 28 Dec 2015 22:15:33 +0100\0" "To\0linux-media@vger.kernel.org" Antti Palosaari <crope@iki.fi> " Mauro Carvalho Chehab <mchehab@osg.samsung.com>\0" @@ -38,7 +38,7 @@ "-\t\tgoto err;\n" "+\t\tgoto report_failure;\n" " \n" - " \tif (s->lna_gain_auto->val = false) {\n" + " \tif (s->lna_gain_auto->val == false) {\n" " \t\tret = airspy_ctrl_msg(s, CMD_SET_LNA_GAIN, 0, s->lna_gain->val,\n" " \t\t\t\t&u8tmp, 1);\n" " \t\tif (ret)\n" @@ -62,7 +62,7 @@ "-\t\tgoto err;\n" "+\t\tgoto report_failure;\n" " \n" - " \tif (s->mixer_gain_auto->val = false) {\n" + " \tif (s->mixer_gain_auto->val == false) {\n" " \t\tret = airspy_ctrl_msg(s, CMD_SET_MIXER_GAIN, 0,\n" " \t\t\t\ts->mixer_gain->val, &u8tmp, 1);\n" " \t\tif (ret)\n" @@ -82,4 +82,4 @@ "-- \n" 2.6.3 -bd4538b4128b45b76cc33b0cd0843373736eba9e15a02adbc28ad75bacf5d2a0 +e88081e3866d5a2ed7da2813a6c5990e08259207e9f5a36b0832439f2c7cad09
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.