# # Makefile for ALSA # Copyright (c) 2001 by Jaroslav Kysela # snd-i2c-objs := i2c.o snd-cs8427-objs := cs8427.o snd-tea6330t-objs := tea6330t.o obj-$(CONFIG_SND) += other/ # Toplevel Module Dependency obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o obj-$(CONFIG_SND_ICE1724) += snd-i2c.o cs-git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2016-07-12 00:02:49 +0100
committerLuis de Bethencourt <luisbg@osg.samsung.com>2016-10-08 10:01:17 +0100
commitcfe0cb20e6fa09becc5e6f7597c6e2d1ed9ab7dd (patch)
treea0a1ba70f6d1712c7d0b07116f4606df26392bfa
parent4c3897cce0774b6196f59f98a44eed7e011db5aa (diff)
befs: in memory free_node_ptr and max_size never read
The only place the values of free_node_ptr and max_size are read is in befs_dump_index_entry(), which both times it is called, it is passed the on disk superblock. Removing assignment of unused values. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>