mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
Merge tag 'v4.9.180' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into odroidg12-4.9.y
This is the 4.9.180 stable release
This commit is contained in:
@@ -149,6 +149,12 @@ __register_chrdev_region(unsigned int major, unsigned int baseminor,
|
||||
ret = -EBUSY;
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (new_min < old_min && new_max > old_max) {
|
||||
ret = -EBUSY;
|
||||
goto out;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
cd->next = *cp;
|
||||
|
||||
Reference in New Issue
Block a user