Re: [PATCH] iio: chemical: atlas-ph-sensor: fix typo in val assignment

2016-08-21 Thread Jonathan Cameron
On 27/07/16 10:28, Matt Ranostay wrote: > On Mon, Jul 25, 2016 at 3:06 PM, Colin King wrote: >> From: Colin Ian King >> >> Fix an incorrect assignment due to a typo on a variable name. The >> variable val2 should be assigned 10 and not val.

Re: [PATCH] iio: chemical: atlas-ph-sensor: fix typo in val assignment

2016-08-21 Thread Jonathan Cameron
On 27/07/16 10:28, Matt Ranostay wrote: > On Mon, Jul 25, 2016 at 3:06 PM, Colin King wrote: >> From: Colin Ian King >> >> Fix an incorrect assignment due to a typo on a variable name. The >> variable val2 should be assigned 10 and not val. > > Yikes! Good catch.. > > Reviewed-By: Matt

Re: [PATCH] iio: chemical: atlas-ph-sensor: fix typo in val assignment

2016-07-27 Thread Matt Ranostay
On Mon, Jul 25, 2016 at 3:06 PM, Colin King wrote: > From: Colin Ian King > > Fix an incorrect assignment due to a typo on a variable name. The > variable val2 should be assigned 10 and not val. Yikes! Good catch.. Reviewed-By: Matt

Re: [PATCH] iio: chemical: atlas-ph-sensor: fix typo in val assignment

2016-07-27 Thread Matt Ranostay
On Mon, Jul 25, 2016 at 3:06 PM, Colin King wrote: > From: Colin Ian King > > Fix an incorrect assignment due to a typo on a variable name. The > variable val2 should be assigned 10 and not val. Yikes! Good catch.. Reviewed-By: Matt Ranostay > > Signed-off-by: Colin Ian King > --- >

[PATCH] iio: chemical: atlas-ph-sensor: fix typo in val assignment

2016-07-25 Thread Colin King
From: Colin Ian King Fix an incorrect assignment due to a typo on a variable name. The variable val2 should be assigned 10 and not val. Signed-off-by: Colin Ian King --- drivers/iio/chemical/atlas-ph-sensor.c | 2 +- 1 file changed, 1

[PATCH] iio: chemical: atlas-ph-sensor: fix typo in val assignment

2016-07-25 Thread Colin King
From: Colin Ian King Fix an incorrect assignment due to a typo on a variable name. The variable val2 should be assigned 10 and not val. Signed-off-by: Colin Ian King --- drivers/iio/chemical/atlas-ph-sensor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git