Files
i2som-imx-linux/lib
Matthew Wilcox (Oracle) 907c122b77 idr: Fix idr_alloc_u32 on 32-bit systems
[ Upstream commit b7e9728f3d ]

Attempting to allocate an entry at 0xffffffff when one is already
present would succeed in allocating one at 2^32, which would confuse
everything.  Return -ENOSPC in this case, as expected.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-12-04 22:33:23 +01:00
..
2019-03-12 10:04:02 -07:00
2019-07-01 11:57:12 -06:00
2019-05-06 11:12:09 -07:00