summaryrefslogtreecommitdiff
path: root/fs/nfs
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2015-01-28 19:54:12 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-06 14:40:49 -0800
commit5d37544fb1dedda1974bf406c0033bbbfa5944af (patch)
treea30d753d57d9659d45d39a235ebf5dc9f5044a0c /fs/nfs
parent4315974144b8b18eeeb958f43a9d50825a5a4254 (diff)
mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles
commit 14460dbaf7a5a0488963fdb8232ad5c8a8cca7b7 upstream. Current code checks "clk_delay_cycles > 0" to know whether the optional "mrvl,clk_delay_cycles" is set or not. But of_property_read_u32() doesn't touch clk_delay_cycles if the property is not set. And type of clk_delay_cycles is u32, so we may always set pdata->clk_delay_cycles as a random value. This patch fix this problem by check the return value of of_property_read_u32() to know whether the optional clk-delay-cycles is set or not. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/nfs')
0 files changed, 0 insertions, 0 deletions