Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1266008
| From | Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] /media/davinci_vpfe/dm365_resizer.c:Bug containing more than 80 characters in a line is fixed. |
| Date | 2015-11-09 22:10 +0100 |
| Message-ID | <qt1Rn-3jI-19@gated-at.bofh.it> (permalink) |
| References | <pZdMK-1OT-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Ravinder,
Thank you for the patch.
I'm afraid the patch doesn't apply on top of the mainline kernel.
On Wednesday 19 August 2015 21:14:56 Ravinder Atla wrote:
> Signed-off-by: Ravinder Atla <rednivaralat@gmail.com>
> ---
> drivers/staging/media/davinci_vpfe/dm365_resizer.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/staging/media/davinci_vpfe/dm365_resizer.c
> b/drivers/staging/media/davinci_vpfe/dm365_resizer.c index 6218230..273aea3
> 100644
> --- a/drivers/staging/media/davinci_vpfe/dm365_resizer.c
> +++ b/drivers/staging/media/davinci_vpfe/dm365_resizer.c
> @@ -1393,8 +1393,8 @@ resizer_try_format(struct v4l2_subdev *sd, struct
> v4l2_subdev_pad_config *cfg, * return -EINVAL or zero on success
> */
> static int resizer_set_format(struct v4l2_subdev *sd,
> - struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *
> - fmt)
> + struct v4l2_subdev_pad_config *cfg,
> + struct v4l2_subdev_format *fmt)
> {
> struct vpfe_resizer_device *resizer = v4l2_get_subdevdata(sd);
> struct v4l2_mbus_framefmt *format;
> @@ -1454,8 +1454,8 @@ static int resizer_set_format(struct v4l2_subdev *sd,
> * return -EINVAL or zero on success
> */
> static int resizer_get_format(struct v4l2_subdev *sd,
> - struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *
> - fmt)
> + struct v4l2_subdev_pad_config *cfg,
> + struct v4l2_subdev_format *fmt)
> {
> struct v4l2_mbus_framefmt *format;
--
Regards,
Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] /media/davinci_vpfe/dm365_resizer.c:Bug containing more than 80 characters in a line is fixed. Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2015-11-09 22:10 +0100
csiph-web