From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: Code obfuscation in acpi Date: Sat, 18 Jan 2003 17:32:10 -0500 Sender: linux-kernel-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Message-ID: <20030118223210.GA31860@gtf.org> References: <20030118213134.GA8968@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20030118213134.GA8968-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org> To: Pavel Machek Cc: kernel list , ACPI mailing list , Andrew Grover List-Id: linux-acpi@vger.kernel.org On Sat, Jan 18, 2003 at 10:31:34PM +0100, Pavel Machek wrote: > > #define acpi_driver_data(d) ((d)->driver_data) > > ... very nice for obfuscating code ... sysfs-based buses use _{get,set}_drvdata, which looks exactly the same as this here. Jeff