Re: [PATCH] staging: greybus: audio: remove redundant slot field

From: Viresh Kumar
Date: Mon Oct 17 2016 - 05:21:15 EST


On Mon, Oct 17, 2016 at 2:42 PM, Pankaj Bharadiya
<pankaj.bharadiya@xxxxxxxxx> wrote:
> gb_audio_manager_module_descriptor's intf_id field maintains the
> information about the interface on which module is connected hence
> having an extra slot field is redundant.
>
> Thus remove the slot field and its associated code.
>
> Signed-off-by: Pankaj Bharadiya <pankaj.bharadiya@xxxxxxxxx>
> ---
> drivers/staging/greybus/audio_codec.h | 1 -
> drivers/staging/greybus/audio_manager.h | 1 -
> drivers/staging/greybus/audio_manager_module.c | 17 +----------------
> drivers/staging/greybus/audio_manager_sysfs.c | 7 +++----
> drivers/staging/greybus/audio_module.c | 1 -
> 5 files changed, 4 insertions(+), 23 deletions(-)

Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>