mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 03:30:37 +02:00
cosmetic fix (indent and use c-style comments)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8188 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ee4ec8bc54
commit
8bf289d5fd
@ -311,9 +311,9 @@ int vlynq_device_enable(struct vlynq_device *dev)
|
||||
printk("VLYNQ: Setting clock to %d (clock divider %u)\n", ar7_dsp_freq() / div, div);
|
||||
dev->local->control = VLYNQ_CTRL_CLOCK_DIV((div - 1)) |
|
||||
VLYNQ_CTRL_CLOCK_INT;
|
||||
|
||||
// dev->local->control = VLYNQ_CTRL_CLOCK_INT;
|
||||
|
||||
/*
|
||||
dev->local->control = VLYNQ_CTRL_CLOCK_INT;
|
||||
*/
|
||||
if (vlynq_linked(dev))
|
||||
return vlynq_setup_irq(dev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user