ifpps-libs = $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --libs ncurses 2> /dev/null \ || echo '-lncurses') \ $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --libs tinfo 2> /dev/null ) ifpps-objs = xmalloc.o \ ioops.o \ str.o \ link.o \ sock.o \ dev.o \ sig.o \ screen.o \ die.o \ sysctl.o \ ifpps.o ifpps-eflags = $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --cflags ncurses 2> /dev/null) ifpps-confs = title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrazvydas Ignotas <notasas@gmail.com>2016-10-29 23:32:44 +0300
committerAlex Deucher <alexander.deucher@amd.com>2016-10-31 12:33:31 -0400
commit91efdb2718e0c5ff014f0cf98cac99f088a9a4d2 (patch)
tree86a483405d1d3c14c064a6f5d55fb696f9183371
parenteef2b41122425dbddd16d70371bd000f601161d6 (diff)
drm/amd/powerplay: don't succeed in getters if fan is missing
Otherwise callers end up using uninitialized data. Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>