aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zoran_card.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/zoran_card.c')
-rw-r--r--drivers/media/video/zoran_card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zoran_card.c b/drivers/media/video/zoran_card.c
index 24afe81a59de..5ce1ec7338bf 100644
--- a/drivers/media/video/zoran_card.c
+++ b/drivers/media/video/zoran_card.c
@@ -1138,7 +1138,7 @@ zr36057_init (struct zoran *zr)
1138 goto exit_free; 1138 goto exit_free;
1139 } 1139 }
1140 for (j = 0; j < BUZ_NUM_STAT_COM; j++) { 1140 for (j = 0; j < BUZ_NUM_STAT_COM; j++) {
1141 zr->stat_com[j] = 1; /* mark as unavailable to zr36057 */ 1141 zr->stat_com[j] = cpu_to_le32(1); /* mark as unavailable to zr36057 */
1142 } 1142 }
1143 1143
1144 /* 1144 /*