diff options
Diffstat (limited to 'arch/arm/plat-omap/omap_device.c')
-rw-r--r-- | arch/arm/plat-omap/omap_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/omap_device.c b/arch/arm/plat-omap/omap_device.c index e8d98693d2dd..69fde03729cd 100644 --- a/arch/arm/plat-omap/omap_device.c +++ b/arch/arm/plat-omap/omap_device.c | |||
@@ -348,7 +348,7 @@ static int omap_device_build_from_dt(struct platform_device *pdev) | |||
348 | 348 | ||
349 | oh_cnt = of_property_count_strings(node, "ti,hwmods"); | 349 | oh_cnt = of_property_count_strings(node, "ti,hwmods"); |
350 | if (!oh_cnt || IS_ERR_VALUE(oh_cnt)) { | 350 | if (!oh_cnt || IS_ERR_VALUE(oh_cnt)) { |
351 | dev_warn(&pdev->dev, "No 'hwmods' to build omap_device\n"); | 351 | dev_dbg(&pdev->dev, "No 'hwmods' to build omap_device\n"); |
352 | return -ENODEV; | 352 | return -ENODEV; |
353 | } | 353 | } |
354 | 354 | ||