Hi Christian,

On 21 November 2017 at 19:35, Christian Gromm
<christian.gr...@microchip.com> wrote:
> This patch fixes the type used to manage the channels of an
> registered MOST interface.
>
> Signed-off-by: Christian Gromm <christian.gr...@microchip.com>
> ---
>  drivers/staging/most/core.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h
> index d6e9b87..7c44791 100644
> --- a/drivers/staging/most/core.h
> +++ b/drivers/staging/most/core.h
> @@ -238,7 +238,7 @@ struct most_interface {
>         struct module *mod;
>         enum most_interface_type interface;
>         const char *description;
> -       int num_channels;
> +       unsigned int num_channels;

This change is independent of the series. Can you decouple this from
the series and send it as separate patch?

>         struct most_channel_capability *channel_vector;
>         int (*configure)(struct most_interface *iface, int channel_idx,
>                          struct most_channel_config *channel_config);
> --
> 2.7.4
>
> _______________________________________________
> devel mailing list
> de...@linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Regards,
PrasannaKumar
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to