Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1494326
| From | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/4] Input: elan_i2c - always output the device information |
| Date | 2016-10-01 02:00 +0200 |
| Message-ID | <snfSF-or-5@gated-at.bofh.it> (permalink) |
| References | <smobD-7Vs-3@gated-at.bofh.it> <smobD-7Vs-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Sep 28, 2016 at 04:34:02PM +0200, Benjamin Tissoires wrote: > it's always easier to retrieve these information in bug reports when > it is always printed in the dmesg. > > Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> > --- > drivers/input/mouse/elan_i2c_core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c > index d15b338..2de1f75 100644 > --- a/drivers/input/mouse/elan_i2c_core.c > +++ b/drivers/input/mouse/elan_i2c_core.c > @@ -1093,7 +1093,7 @@ static int elan_probe(struct i2c_client *client, > if (error) > return error; > > - dev_dbg(&client->dev, > + dev_info(&client->dev, > "Elan Touchpad Information:\n" > " Module product ID: 0x%04x\n" > " Firmware Version: 0x%04x\n" The format is acceptable for dev_dbg, but this multi-line output is not too nice for normal logging, especially as we probe the device asynchronously so there can easily be more output from other kernel threads. Thanks. -- Dmitry
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 2/4] Input: elan_i2c - always output the device information Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-09-28 16:40 +0200 Re: [PATCH 2/4] Input: elan_i2c - always output the device information Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-10-01 02:00 +0200
csiph-web