summaryrefslogtreecommitdiff
path: root/include/dt-bindings/sound/apq8016-lpass.h
blob: 499076e980a37bb8c67873307e6f2e0778558064 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __DT_APQ8016_LPASS_H
#define __DT_APQ8016_LPASS_H

#define MI2S_PRIMARY	0
#define MI2S_SECONDARY	1
#define MI2S_TERTIARY	2
#define MI2S_QUATERNARY	3

#endif /* __DT_APQ8016_LPASS_H */
colspan='2' class='oid'>30982583e4e57c4648fee4a4d6511e23b6e5db2b (patch) treec67af3c0ff4071da4c39a3d619c0327fa9063203 /drivers parentc8d2bc9bc39ebea8437fd974fdbc21847bb897a3 (diff)
fs/befs/linuxvfs.c: move useless assignment
Control is transfered to unacquire_none when sb->s_fs_info is equal to NULL, so the assignment to NULL is useless and it is moved above unacquire_none. Link: http://lkml.kernel.org/r/ed41da113fc693c7daa4e8813ca04cc766ddfc05.1464226521.git.salah.triki@acm.org Signed-off-by: Salah Triki <salah.triki@acm.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers')