mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
cosmetic fix (indent and use c-style comments)
SVN-Revision: 8188
This commit is contained in:
parent
4dca4a5243
commit
c7437ec67c
@ -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);
|
printk("VLYNQ: Setting clock to %d (clock divider %u)\n", ar7_dsp_freq() / div, div);
|
||||||
dev->local->control = VLYNQ_CTRL_CLOCK_DIV((div - 1)) |
|
dev->local->control = VLYNQ_CTRL_CLOCK_DIV((div - 1)) |
|
||||||
VLYNQ_CTRL_CLOCK_INT;
|
VLYNQ_CTRL_CLOCK_INT;
|
||||||
|
/*
|
||||||
// dev->local->control = VLYNQ_CTRL_CLOCK_INT;
|
dev->local->control = VLYNQ_CTRL_CLOCK_INT;
|
||||||
|
*/
|
||||||
if (vlynq_linked(dev))
|
if (vlynq_linked(dev))
|
||||||
return vlynq_setup_irq(dev);
|
return vlynq_setup_irq(dev);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user