Kaynağa Gözat

ARM: shmobile: lager: Fix Display Unit platform data

The DU device erroneously receives the DU resources array as platform
data instead of the DU platform data structure. Fix it.

This problem was introduced by f631fa0 ("ARM: shmobile: lager: Add Display
Unit support").

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Laurent Pinchart 12 yıl önce
ebeveyn
işleme
37bf8103c5
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      arch/arm/mach-shmobile/board-lager.c

+ 2 - 2
arch/arm/mach-shmobile/board-lager.c

@@ -87,8 +87,8 @@ static void __init lager_add_du_device(void)
 		.id = -1,
 		.id = -1,
 		.res = du_resources,
 		.res = du_resources,
 		.num_res = ARRAY_SIZE(du_resources),
 		.num_res = ARRAY_SIZE(du_resources),
-		.data = &du_resources,
-		.size_data = sizeof(du_resources),
+		.data = &lager_du_pdata,
+		.size_data = sizeof(lager_du_pdata),
 		.dma_mask = DMA_BIT_MASK(32),
 		.dma_mask = DMA_BIT_MASK(32),
 	};
 	};