diff for duplicates of <20180421170754.4f3ab554@archlinux> diff --git a/a/1.txt b/N1/1.txt index a2fe033..9e2d24e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,7 +29,7 @@ Jonathan > + struct iio_dev *indio_dev = dev_get_drvdata(dev); > struct cros_ec_sensors_core_state *st = iio_priv(indio_dev); > -> if (st->curr_sampl_freq = 0) +> if (st->curr_sampl_freq == 0) > @@ -471,8 +470,7 @@ static int __maybe_unused cros_ec_sensors_prepare(struct device *dev) > > static void __maybe_unused cros_ec_sensors_complete(struct device *dev) @@ -39,4 +39,4 @@ Jonathan > + struct iio_dev *indio_dev = dev_get_drvdata(dev); > struct cros_ec_sensors_core_state *st = iio_priv(indio_dev); > -> if (st->curr_sampl_freq = 0) +> if (st->curr_sampl_freq == 0) diff --git a/a/content_digest b/N1/content_digest index 4674b81..7cc7b2d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020180419140641.27926-19-wsa+renesas@sang-engineering.com\0" "From\0Jonathan Cameron <jic23@kernel.org>\0" "Subject\0Re: [PATCH 18/61] iio: common: cros_ec_sensors: simplify getting .drvdata\0" - "Date\0Sat, 21 Apr 2018 16:07:54 +0000\0" + "Date\0Sat, 21 Apr 2018 17:07:54 +0100\0" "To\0Wolfram Sang <wsa+renesas@sang-engineering.com>\0" "Cc\0linux-kernel@vger.kernel.org" linux-renesas-soc@vger.kernel.org @@ -44,7 +44,7 @@ "> +\tstruct iio_dev *indio_dev = dev_get_drvdata(dev);\n" "> \tstruct cros_ec_sensors_core_state *st = iio_priv(indio_dev);\n" "> \n" - "> \tif (st->curr_sampl_freq = 0)\n" + "> \tif (st->curr_sampl_freq == 0)\n" "> @@ -471,8 +470,7 @@ static int __maybe_unused cros_ec_sensors_prepare(struct device *dev)\n" "> \n" "> static void __maybe_unused cros_ec_sensors_complete(struct device *dev)\n" @@ -54,6 +54,6 @@ "> +\tstruct iio_dev *indio_dev = dev_get_drvdata(dev);\n" "> \tstruct cros_ec_sensors_core_state *st = iio_priv(indio_dev);\n" "> \n" - "> \tif (st->curr_sampl_freq = 0)" + "> \tif (st->curr_sampl_freq == 0)" -dfa0dc23cbcf021776f7a4fa594495a179a936c9c8fba37b201a8832b2211e0a +52861ea53dd193c27ad6cb5dce8fa6850d0e327552bd147e5be91f23afcfc61f
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.