#include void main(void) { pthread_rwlock_t a, b; pthread_rwlock_init(&a, NULL); pthread_rwlock_init(&b, NULL); pthread_rwlock_wrlock(&a); pthread_rwlock_rdlock(&b); pthread_rwlock_wrlock(&a); } tom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-02-15 11:24:58 -0300
committerMark Brown <broonie@kernel.org>2016-02-15 18:35:35 +0000
commit0998a436b1c2d8b7037c26736ee92417ca83d361 (patch)
treec159b3b9ffa88940df6ab7e904712813e1e2941e
parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
regulator: max77686: Fix MAINTAINER entry to match driver
The max77686 regulator driver was recently renamed to max77686-regulator but the entry in the MAINTAINERS file wasn't updated to match the driver. Reported-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>