mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 14:52:32 +00:00
staging: vt6656: print small buffers with %*ph
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: Forest Bond <forest@alittletooquiet.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fb841d676b
commit
0f9206fefc
@ -526,11 +526,8 @@ int private_ioctl(PSDevice pDevice, struct ifreq *rq)
|
|||||||
pMgmt->abyIBSSSuppRates[3] |= BIT7;
|
pMgmt->abyIBSSSuppRates[3] |= BIT7;
|
||||||
}
|
}
|
||||||
|
|
||||||
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "Support Rate= %x %x %x %x\n",
|
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "Support Rate= %*ph\n",
|
||||||
pMgmt->abyIBSSSuppRates[2],
|
4, pMgmt->abyIBSSSuppRates + 2);
|
||||||
pMgmt->abyIBSSSuppRates[3],
|
|
||||||
pMgmt->abyIBSSSuppRates[4],
|
|
||||||
pMgmt->abyIBSSSuppRates[5]);
|
|
||||||
|
|
||||||
netif_stop_queue(pDevice->dev);
|
netif_stop_queue(pDevice->dev);
|
||||||
spin_lock_irq(&pDevice->lock);
|
spin_lock_irq(&pDevice->lock);
|
||||||
|
Loading…
Reference in New Issue
Block a user