staging: gma500: cleanup the SDVO messages
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c3460fd3ec
commit
3350dead09
2 changed files with 4 additions and 3 deletions
|
@ -493,7 +493,8 @@ static int psb_do_init(struct drm_device *dev)
|
|||
PSB_WSGX32(PSB_RSGX32(PSB_CR_BIF_CTRL) | _PSB_MMU_ER_MASK,
|
||||
PSB_CR_BIF_CTRL);
|
||||
psb_spank(dev_priv);
|
||||
|
||||
|
||||
printk(KERN_INFO "TWOD base %08lX\n", (u32) pg->mmu_gatt_start);
|
||||
PSB_WSGX32(pg->mmu_gatt_start, PSB_CR_BIF_TWOD_REQ_BASE);
|
||||
|
||||
return 0;
|
||||
|
|
|
@ -204,7 +204,7 @@ static void psb_intel_sdvo_write_cmd(struct psb_intel_output *psb_intel_output,
|
|||
struct psb_intel_sdvo_priv *sdvo_priv = psb_intel_output->dev_priv;
|
||||
int i;
|
||||
|
||||
if (1) {
|
||||
if (0) {
|
||||
DRM_DEBUG("%s: W: %02X ", SDVO_NAME(sdvo_priv), cmd);
|
||||
for (i = 0; i < args_len; i++)
|
||||
printk(KERN_INFO"%02X ", ((u8 *) args)[i]);
|
||||
|
@ -266,7 +266,7 @@ static u8 psb_intel_sdvo_read_response(
|
|||
SDVO_I2C_CMD_STATUS,
|
||||
&status);
|
||||
|
||||
if (1) {
|
||||
if (0) {
|
||||
DRM_DEBUG("%s: R: ", SDVO_NAME(sdvo_priv));
|
||||
for (i = 0; i < response_len; i++)
|
||||
printk(KERN_INFO"%02X ", ((u8 *) response)[i]);
|
||||
|
|
Loading…
Add table
Reference in a new issue