From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jeremy Kerr To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH] [powerpc] cleanup of_device_(un)register Date: Fri, 30 Jun 2006 16:30:14 +1000 References: <1151636581.762717.409507295266.qpush@pokey> In-Reply-To: <1151636581.762717.409507295266.qpush@pokey> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200606301630.16260.jk@ozlabs.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > of_device_register() and of_device_unregister() modify the contents > of property values, so use of_find_property rather than get_property. OK, looks like nothing else in the kernel uses the linux,device property, and seeing as it's a kernel pointer, it's kinda useless to userspace. Anyone mind if I remove the linux,device property completely? Jeremy