mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
MIPS: SB1250: Sort out merge mistake.
A wrong resolution of a merge conflict made the recently deleted wrong error check in sb1250_set_affinity. Send the zombie back to the empire of the undead. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
3cb3a66cf7
commit
7762f206a3
1 changed files with 0 additions and 5 deletions
|
@ -111,11 +111,6 @@ static int sb1250_set_affinity(unsigned int irq, const struct cpumask *mask)
|
||||||
|
|
||||||
i = cpumask_first(mask);
|
i = cpumask_first(mask);
|
||||||
|
|
||||||
if (cpumask_weight(mask) > 1) {
|
|
||||||
printk("attempted to set irq affinity for irq %d to multiple CPUs\n", irq);
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Convert logical CPU to physical CPU */
|
/* Convert logical CPU to physical CPU */
|
||||||
cpu = cpu_logical_map(i);
|
cpu = cpu_logical_map(i);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue