mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Petr Vandrovec" <VANDROVE@vc.cvut.cz>
To: Lucio Maciel <abslucio@terra.com.br>
Cc: linux-kernel@vger.kernel.org,
	"rusty's trivial patch monkey" <trivial@rustcorp.com.au>
Subject: Re: [TRIVIAL PATCH 2.5] Uninitialised timer in matroxfb_DAC
Date: Tue, 3 Dec 2002 15:38:28 +0100	[thread overview]
Message-ID: <94678E2512F@vcnet.vc.cvut.cz> (raw)

On  3 Dec 02 at 9:23, Lucio Maciel wrote:
> 
> Fix an Uninitialised timer in matroxfb_DAC1064.c
> > > Uninitialised timer!
> > > This is just a warning.  Your computer is OK
> > > function=0xc02a654c, data=0x0
> > > Call Trace:
> > >  [<c0123e7f>] check_timer_failed+0x63/0x65
> > >  [<c02a654c>] cursor_timer_handler+0x0/0x3c
> > >  [<c0123ec0>] add_timer+0x3f/0xa1
> > >  [<c02a68fa>] fbcon_startup+0x4b/0x4d
> > >  [<c023c400>] take_over_console+0x29/0x1c8
> > >  [<c02a5be8>] register_framebuffer+0xe9/0x16d
> > >  [<c02ad111>] initMatrox2+0x849/0xaba

But this warning is not caused by uninitialized timer in either
of matroxfb_DAC1064.c or matroxfb_Ti3026.c, it is caused by reverted
patch to drivers/video/fbcon.c (which was already posted here).

cursor.timer inside matrox_fb_info structure is initialized in 
drivers/video/matrox/matroxfb_base.c, in matroxfb_probe function.

So please drop these both patches, to matroxfb_DAC1064.c and
matroxfb_Ti3026.c. They do nothing good, they only cause
init_timer() to be invoked from timer handler itself, and besides that
it fixes nothing, I think that it is also really dangerous thing...

Is my code really so hard to read, that people find nonexistant
uninitialized timers in both ncpfs and matroxfb?
                                                    Best regards,
                                                        Petr Vandrovec
                                                        vandrove@vc.cvut.cz
                                                        

                 reply	other threads:[~2002-12-03 14:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=94678E2512F@vcnet.vc.cvut.cz \
    --to=vandrove@vc.cvut.cz \
    --cc=abslucio@terra.com.br \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®