Files
i2som-imx-linux/lib
Matthew Wilcox (Oracle) 8ef58b82d1 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-05 09:19:40 +01:00
..
2019-07-10 09:53:42 +02:00
2018-08-22 10:52:48 -07:00
2018-10-12 09:17:46 +02:00
2018-08-22 10:52:48 -07:00
2019-04-20 09:16:05 +02:00
2019-05-22 07:37:45 +02:00
2019-04-17 08:38:45 +02:00
2018-10-15 16:31:29 -04:00