Re: [patch] fix oops with no /proc
Florian Tobias Schandinat <[email protected]> Wed, 25 Nov 2009 18:46:41 +0100
| Newsgroups | gmane.linux.fbdev.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, nice catch. Your patch is obviously correct. Please send it to Andrew Morton <[email protected]> to get it into mainline. Dan Carpenter schrieb: > Fixed a typo: missing *. This would lead to a kernel oops if the kernel > was compiled without support for the /proc file system. > > Found with a static checker. Compile tested. > > regards, > dan carpenter > > Signed-off-by: Dan Carpenter <[email protected]> Acked-by: Florian Tobias Schandinat <[email protected]> > > --- orig/drivers/video/via/viafbdev.c 2009-11-21 14:44:33.000000000 +0200 > +++ devel/drivers/video/via/viafbdev.c 2009-11-21 14:44:43.000000000 +0200 > @@ -1797,7 +1797,7 @@ static const struct file_operations viaf > static void viafb_init_proc(struct proc_dir_entry **viafb_entry) > { > *viafb_entry = proc_mkdir("viafb", NULL); > - if (viafb_entry) { > + if (*viafb_entry) { Thanks, Florian Tobias Schandinat ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july