From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay03.roc.ny.frontiernet.net (relay03.roc.ny.frontiernet.net [66.133.182.166]) by ozlabs.org (Postfix) with ESMTP id 29244679F2 for ; Thu, 9 Jun 2005 21:20:26 +1000 (EST) Message-ID: <002201c56ce5$561a6c50$0301a8c0@chuck2> From: "Mark Chambers" To: "Grant Likely" , References: <528646bc05060816514c2d5860@mail.gmail.com> Date: Thu, 9 Jun 2005 07:21:06 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: Re: MPC52xx: sysfs failure on adding new device driver List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >I'm working on an MPC52xx SPI device driver using one of the PSC. >However, when I call driver_register() I get a failure (-17, EEXISTS) >with a traceback (posted below). Hey Grant, This sounds exactly like a problem I had with PSC with devfs. I posted a patch here on 5/27, I bet you'll find it's a similar problem. (Let me know if you don't have access to that patch, I'll forward you my copy) Mark Chambers