From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266207AbUHBBJV (ORCPT ); Sun, 1 Aug 2004 21:09:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266212AbUHBBJV (ORCPT ); Sun, 1 Aug 2004 21:09:21 -0400 Received: from imf20aec.mail.bellsouth.net ([205.152.59.68]:19344 "EHLO imf20aec.mail.bellsouth.net") by vger.kernel.org with ESMTP id S266207AbUHBBJS convert rfc822-to-8bit (ORCPT ); Sun, 1 Aug 2004 21:09:18 -0400 Date: Sun, 1 Aug 2004 20:09:19 -0500 From: Tommy Reynolds To: linux-kernel@vger.kernel.org Subject: Re: Oops in register_chrdev, what did I do? Message-Id: <20040801200919.5da16bc7.Tommy.Reynolds@MegaCoder.com> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.12cvs1 (GTK+ 1.2.10; i686-redhat-linux-gnu) X-Face: Nr)Jjr, spake thus: > While experimenting a bit with a small kernel module, I got this > oops. Digging further, I found that /proc/devices had an entry saying > 248 > which would indicate that I passed a NULL name to register_chrdev(), > only I didn't. I used a string constant, so I can't see what changed > it to NULL along the way. > > What am I missing here? Enough information for us to help you. Show us your code snippet, please.