of: del redundant type conversion
authorxiaojiangfeng <xiaojiangfeng@huawei.com>
Wed, 10 Apr 2019 08:29:41 +0000 (16:29 +0800)
committerRob Herring <robh@kernel.org>
Mon, 29 Apr 2019 17:50:20 +0000 (12:50 -0500)
commitb827bcbba36d0b9447239136e2237710cca70383
tree82380b64e8c8a1b011db8bb60a108bb26baec6ad
parentf52e30ebfd6290343074a7a655b1bad3556f8b6f
of: del redundant type conversion

The type of variable l in early_init_dt_scan_chosen is
int, there is no need to convert to int.

Signed-off-by: xiaojiangfeng <xiaojiangfeng@huawei.com>
Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/fdt.c