summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/timers/.gitignore
blob: cc986621f512d949634113960f8d1c6ae46354af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
alarmtimer-suspend
change_skew
clocksource-switch
inconsistency-check
leap-a-day
leapcrash
mqueue-lat
nanosleep
nsleep-lat
posix_timers
raw_skew
rtctest
set-2038
set-tai
set-timer-lat
skew_consistency
threadtest
valid-adjtimex
adjtick
set-tz
linux/net-next.git/commit/sound/soc/codecs/max9860.c?id=519302954b726612eea6362047660cd56aa15c2e'>519302954b726612eea6362047660cd56aa15c2e (patch) tree656919932cd14057e3d2e04c0f1328d140ed9d13 /sound/soc/codecs/max9860.c parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
ASoC: use of_property_read_bool
Use of_property_read_bool to check for the existence of a property. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression e1,e2; statement S2,S1; @@ - if (of_get_property(e1,e2,NULL)) + if (of_property_read_bool(e1,e2)) S1 else S2 // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/max9860.c')