RE: [PATCH ]:Staging: hv: Allocate the vmbus irq dynamically
From: Hank Janssen <hidden>
Date: 2011-02-15 19:09:37
Also in:
lkml
From: Hank Janssen <hidden>
Date: 2011-02-15 19:09:37
Also in:
lkml
quoted
-----Original Message----- From: Greg KH [mailto:gregkh@suse.de] Sent: Tuesday, February 15, 2011 9:23 AMquoted
Before the end of the week I will submit two patches for this; Remove DPRINT and change it to printkNo, use dev_dbg() and friends instead of "raw" printk() calls.Will do, you caught me just as I was starting the conversion :)
While cleaning this up there are a few places in vmbus and channel behavior where it is not in a device context. Are printk's okay in that context? The three drivers network/SCSI and Block of course will use dev_XX family. Hank.