From: Anton Vorontsov <cbou@mail.ru>
To: "Robert P. J. Day" <rpjday@mindspring.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>
Subject: Re: [PATCH] Remove apparently useless, commented apm_get_battery_status().
Date: Tue, 5 Jun 2007 10:46:59 +0400 [thread overview]
Message-ID: <20070605064659.GA678@zarina> (raw)
In-Reply-To: <Pine.LNX.4.64.0706040715520.32191@localhost.localdomain>
On Mon, Jun 04, 2007 at 07:15:58AM -0400, Robert P. J. Day wrote:
>
> Remove the "#if 0"ed definition of apm_get_battery_status().
>
> Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
> Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Anton Vorontsov <cbou@mail.ru>
> ---
>
> diff --git a/arch/i386/kernel/apm.c b/arch/i386/kernel/apm.c
> index 4112afe..5c6da2b 100644
> --- a/arch/i386/kernel/apm.c
> +++ b/arch/i386/kernel/apm.c
> @@ -1006,35 +1006,6 @@ static int apm_get_power_status(u_short *status, u_short *bat, u_short *life)
> return APM_SUCCESS;
> }
>
> -#if 0
> -static int apm_get_battery_status(u_short which, u_short *status,
> - u_short *bat, u_short *life, u_short *nbat)
> -{
> - u32 eax;
> - u32 ebx;
> - u32 ecx;
> - u32 edx;
> - u32 esi;
> -
> - if (apm_info.connection_version < 0x0102) {
> - /* pretend we only have one battery. */
> - if (which != 1)
> - return APM_BAD_DEVICE;
> - *nbat = 1;
> - return apm_get_power_status(status, bat, life);
> - }
> -
> - if (apm_bios_call(APM_FUNC_GET_STATUS, (0x8000 | (which)), 0, &eax,
> - &ebx, &ecx, &edx, &esi))
> - return (eax >> 8) & 0xff;
> - *status = ebx;
> - *bat = ecx;
> - *life = edx;
> - *nbat = esi;
> - return APM_SUCCESS;
> -}
> -#endif
> -
> /**
> * apm_engage_power_management - enable PM on a device
> * @device: identity of device
> --
> ========================================================================
> Robert P. J. Day
> Linux Consulting, Training and Annoying Kernel Pedantry
> Waterloo, Ontario, CANADA
>
> http://fsdev.net/wiki/index.php?title=Main_Page
> ========================================================================
--
Anton Vorontsov
email: cbou@mail.ru
backup email: ya-cbou@yandex.ru
irc://irc.freenode.org/bd2
next prev parent reply other threads:[~2007-06-05 6:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-04 11:15 [PATCH] Remove apparently useless, commented apm_get_battery_status() Robert P. J. Day
2007-06-05 6:46 ` Anton Vorontsov [this message]
2007-07-10 11:09 ` David Woodhouse
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=20070605064659.GA678@zarina \
--to=cbou@mail.ru \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rpjday@mindspring.com \
/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