All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: doronc@siano-ms.com
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH  17/17]DVB:Siano drivers - Automatically load client modules to make easier usage of device
Date: Fri, 23 Sep 2011 19:51:45 -0300	[thread overview]
Message-ID: <4E7D0D81.9020106@redhat.com> (raw)
In-Reply-To: <1316514727.5199.95.camel@Doron-Ubuntu>

Em 20-09-2011 07:32, Doron Cohen escreveu:
> Hi,
> This patch step makes Automatically load client modules to make easier
> usage of device

Ok.

> Thanks,
> Doron Cohen
> 
> -----------------------
>>From 82afa26fc1fb9db798e46de0c55b49fd1bda9580 Mon Sep 17 00:00:00 2001
> From: Doron Cohen <doronc@siano-ms.com>
> Date: Tue, 20 Sep 2011 09:39:02 +0300
> Subject: [PATCH 21/21] Automatically load client modules to make easier
> usage of device
> 
> ---
>  drivers/media/dvb/siano/sms-cards.c |   17 ++++-------------
>  1 files changed, 4 insertions(+), 13 deletions(-)
> 
> diff --git a/drivers/media/dvb/siano/sms-cards.c
> b/drivers/media/dvb/siano/sms-cards.c
> index 66b302e..378c25d 100644
> --- a/drivers/media/dvb/siano/sms-cards.c
> +++ b/drivers/media/dvb/siano/sms-cards.c
> @@ -458,19 +458,10 @@ EXPORT_SYMBOL_GPL(sms_board_lna_control);
>  
>  int sms_board_load_modules(int id)
>  {
> -	switch (id) {
> -	case SMS1XXX_BOARD_HAUPPAUGE_CATAMOUNT:
> -	case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_A:
> -	case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_B:
> -	case SMS1XXX_BOARD_HAUPPAUGE_WINDHAM:
> -	case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD:
> -	case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD_R2:
> -		request_module("smsdvb");
> -		break;
> -	default:
> -		/* do nothing */
> -		break;
> -	}
> +	/* Siano smsmdtv loads all other supported "client" modules*/
> +	request_module("smsdvb");
>  	return 0;
>  }
>  EXPORT_SYMBOL_GPL(sms_board_load_modules);


      reply	other threads:[~2011-09-23 22:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-20 10:32 [PATCH 17/17]DVB:Siano drivers - Automatically load client modules to make easier usage of device Doron Cohen
2011-09-23 22:51 ` Mauro Carvalho Chehab [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E7D0D81.9020106@redhat.com \
    --to=mchehab@redhat.com \
    --cc=doronc@siano-ms.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.