[linux-yocto] 3.10 standard/axxia/base: Error in kernel/irq/manage.c
Dragomir, Daniel
Daniel.Dragomir at windriver.com
Fri Jan 16 09:45:31 PST 2015
Hello Bruce!
I got an error when building the 3.10 Kernel, standard/axxia/base.
It's caused by a writing mistake in kernel/irq/manage.c:
function irq_set_affinity_locked is declared with 3 parameters:
int irq_set_affinity_locked(struct irq_data *data, const struct cpumask *mask,
bool force)
{....
and called just with 2:
ret = irq_set_affinity_locked(irq_desc_get_irq_data(desc), mask)
I found that this is corrected in standard/base branch.
That's why I didn't created a patch. I guess only a new merge is required.
BR,
Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/linux-yocto/attachments/20150116/597b23d3/attachment.html>
More information about the linux-yocto
mailing list