public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Adrian Bunk <bunk@stusta.de>
Cc: perex@suse.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [Alsa-devel] [2.6 patch] ALSA: remove unused functions (fwd)
Date: Mon, 29 Nov 2004 15:22:41 +0100	[thread overview]
Message-ID: <s5hsm6spwem.wl@alsa2.suse.de> (raw)
In-Reply-To: <20041129022935.GP4390@stusta.de>

At Mon, 29 Nov 2004 03:29:35 +0100,
Adrian Bunk wrote:
> 
> 
> The patch forwarded below still applies and compiles against 
> 2.6.10-rc2-mm3.
> 
> Please apply or comment on it.

Well, I don't think that it will bring much gain to remove such small
inline functions...  Just my feeling, no particular objection,
though.


Takashi

> 
> 
> ----- Forwarded message from Adrian Bunk <bunk@stusta.de> -----
> 
> Date:	Fri, 29 Oct 2004 02:14:04 +0200
> From: Adrian Bunk <bunk@stusta.de>
> To: perex@suse.cz
> Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
> Subject: [2.6 patch] ALSA: remove unused functions
> 
> [ this time without the problems due to a digital signature... ]
> 
> The patch below removes two unused ALSA functions.
> 
> 
> diffstat output:
>  sound/pci/cmipci.c             |    7 +------
>  sound/pci/ymfpci/ymfpci_main.c |    5 -----
>  2 files changed, 1 insertion(+), 11 deletions(-)
> 
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> 
> --- linux-2.6.10-rc1-mm1-full/sound/pci/cmipci.c.old	2004-10-28 23:48:17.000000000 +0200
> +++ linux-2.6.10-rc1-mm1-full/sound/pci/cmipci.c	2004-10-28 23:48:38.000000000 +0200
> @@ -499,17 +499,12 @@
>  	return inw(cm->iobase + cmd);
>  }
>  
> -/* read/write operations for byte register */
> +/* write operations for byte register */
>  inline static void snd_cmipci_write_b(cmipci_t *cm, unsigned int cmd, unsigned char data)
>  {
>  	outb(data, cm->iobase + cmd);
>  }
>  
> -inline static unsigned char snd_cmipci_read_b(cmipci_t *cm, unsigned int cmd)
> -{
> -	return inb(cm->iobase + cmd);
> -}
> -
>  /* bit operations for dword register */
>  static void snd_cmipci_set_bit(cmipci_t *cm, unsigned int cmd, unsigned int flag)
>  {
> --- linux-2.6.10-rc1-mm1-full/sound/pci/ymfpci/ymfpci_main.c.old	2004-10-28 23:49:00.000000000 +0200
> +++ linux-2.6.10-rc1-mm1-full/sound/pci/ymfpci/ymfpci_main.c	2004-10-28 23:49:11.000000000 +0200
> @@ -52,11 +52,6 @@
>  
>  static void snd_ymfpci_irq_wait(ymfpci_t *chip);
>  
> -static inline u8 snd_ymfpci_readb(ymfpci_t *chip, u32 offset)
> -{
> -	return readb(chip->reg_area_virt + offset);
> -}
> -
>  static inline void snd_ymfpci_writeb(ymfpci_t *chip, u32 offset, u8 val)
>  {
>  	writeb(val, chip->reg_area_virt + offset);
> -
> 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/
> 
> ----- End forwarded message -----
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now. 
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
> 

      reply	other threads:[~2004-11-29 14:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-29  2:29 [2.6 patch] ALSA: remove unused functions (fwd) Adrian Bunk
2004-11-29 14:22 ` Takashi Iwai [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=s5hsm6spwem.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@suse.cz \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox