RE: [PATCH 1/1] [media] MFC: Change MFC firmware binary name

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Sachin,

Thanks for the patch. I agree with you - MFC module could be used in other
SoCs as well.

> From: Sachin Kamat [mailto:sachin.kamat@xxxxxxxxxx]
> Sent: 30 September 2011 12:56
> 
> This patches renames the MFC firmware binary to avoid SoC name in it.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx>

Acked-by: Kamil Debski <k.debski@xxxxxxxxxxx>

> ---
>  drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c
> b/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c
> index 5f4da80..f2481a8 100644
> --- a/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c
> +++ b/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c
> @@ -38,7 +38,7 @@ int s5p_mfc_alloc_and_load_firmware(struct s5p_mfc_dev
> *dev)
>  	 * into kernel. */
>  	mfc_debug_enter();
>  	err = request_firmware((const struct firmware **)&fw_blob,
> -				     "s5pc110-mfc.fw", dev->v4l2_dev.dev);
> +				     "s5p-mfc.fw", dev->v4l2_dev.dev);
>  	if (err != 0) {
>  		mfc_err("Firmware is not present in the /lib/firmware directory
> nor compiled in kernel\n");
>  		return -EINVAL;
> @@ -116,7 +116,7 @@ int s5p_mfc_reload_firmware(struct s5p_mfc_dev *dev)
>  	 * into kernel. */
>  	mfc_debug_enter();
>  	err = request_firmware((const struct firmware **)&fw_blob,
> -				     "s5pc110-mfc.fw", dev->v4l2_dev.dev);
> +				     "s5p-mfc.fw", dev->v4l2_dev.dev);
>  	if (err != 0) {
>  		mfc_err("Firmware is not present in the /lib/firmware directory
> nor compiled in kernel\n");
>  		return -EINVAL;
> --
> 1.7.4.1

Best regards,
--
Kamil Debski
Linux Platform Group
Samsung Poland R&D Center

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux