diff --git a/[refs] b/[refs] index 670aebe2096a..c77273a959ec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4cdef22480bffe31966b1202ef9c53f46848c469 +refs/heads/master: 2a7357c7abc176d9ba6311c9a5e82af4bd980a4f diff --git a/trunk/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c b/trunk/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c index 08a5cfeaa59e..fd62402490ba 100644 --- a/trunk/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c +++ b/trunk/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c @@ -78,7 +78,7 @@ int s5p_mfc_alloc_and_load_firmware(struct s5p_mfc_dev *dev) } dev->bank1 = s5p_mfc_bitproc_phys; b_base = vb2_dma_contig_memops.alloc( - dev->alloc_ctx[MFC_BANK2_ALLOC_CTX], 1 << MFC_BANK2_ALIGN_ORDER); + dev->alloc_ctx[MFC_BANK2_ALLOC_CTX], 1 << MFC_BASE_ALIGN_ORDER); if (IS_ERR(b_base)) { vb2_dma_contig_memops.put(s5p_mfc_bitproc_buf); s5p_mfc_bitproc_phys = 0;