lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 5 Jun 2007 10:46:59 +0400
From:	Anton Vorontsov <cbou@...l.ru>
To:	"Robert P. J. Day" <rpjday@...dspring.com>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Andrew Morton <akpm@...l.org>
Subject: Re: [PATCH] Remove apparently useless, commented
	apm_get_battery_status().

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@...dspring.com>
> Acked-by: Stephen Rothwell <sfr@...b.auug.org.au>

Acked-by: Anton Vorontsov <cbou@...l.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@...l.ru
backup email: ya-cbou@...dex.ru
irc://irc.freenode.org/bd2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ