| commit | 3bec60d511179853138836ae6e1b61fe34d9235f | [log] [tgz] |
|---|---|---|
| author | Tejun Heo <[email protected]> | Wed Feb 27 17:04:04 2013 -0800 |
| committer | Linus Torvalds <[email protected]> | Wed Feb 27 19:10:15 2013 -0800 |
| tree | ce8ced19f2d85483f84472573d38e0a6ec70fa83 | |
| parent | 69ee266b4c890aea7505388c4e394f5757166531 [diff] |
firewire: add minor number range check to fw_device_init() fw_device_init() didn't check whether the allocated minor number isn't too large. Fail if it goes overflows MINORBITS. Signed-off-by: Tejun Heo <[email protected]> Suggested-by: Stefan Richter <[email protected]> Acked-by: Stefan Richter <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>