]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
mmc: sdhci: perf stats fix enable type mismatch
authorBitan Biswas <bbiswas@nvidia.com>
Wed, 3 Dec 2014 14:30:59 +0000 (20:00 +0530)
committerBitan Biswas <bbiswas@nvidia.com>
Wed, 10 Dec 2014 13:59:53 +0000 (05:59 -0800)
commitf64d9980384afe70474671d0f11488239238f40c
tree1d2383c25dbbfe57c42fce0b69044d8996a151b7
parenteddd784f6e840819c9c5a93f135228b99e9dc983
mmc: sdhci: perf stats fix enable type mismatch

We see sdhci profiling enable does not happen
sometimes. This is because we read the user input
as u32 but the structure member is declared
boolean. This patch makes the type consistent
by making the type as unsigned int.

Change-Id: Ib5b6f02a98215f8cdda6bfb90c6018a97393b840
Signed-off-by: Bitan Biswas <bbiswas@nvidia.com>
Reviewed-on: http://git-master/r/659015
include/linux/mmc/sdhci.h