diff options
| -rw-r--r-- | drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c b/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c index 08a5cfeaa59e..fd62402490ba 100644 --- a/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c +++ b/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) | |||
| 78 | } | 78 | } |
| 79 | dev->bank1 = s5p_mfc_bitproc_phys; | 79 | dev->bank1 = s5p_mfc_bitproc_phys; |
| 80 | b_base = vb2_dma_contig_memops.alloc( | 80 | b_base = vb2_dma_contig_memops.alloc( |
| 81 | dev->alloc_ctx[MFC_BANK2_ALLOC_CTX], 1 << MFC_BANK2_ALIGN_ORDER); | 81 | dev->alloc_ctx[MFC_BANK2_ALLOC_CTX], 1 << MFC_BASE_ALIGN_ORDER); |
| 82 | if (IS_ERR(b_base)) { | 82 | if (IS_ERR(b_base)) { |
| 83 | vb2_dma_contig_memops.put(s5p_mfc_bitproc_buf); | 83 | vb2_dma_contig_memops.put(s5p_mfc_bitproc_buf); |
| 84 | s5p_mfc_bitproc_phys = 0; | 84 | s5p_mfc_bitproc_phys = 0; |
