From 70ee5084213c27733f723a7d3f597764bba38dcf Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 9 Nov 2015 08:58:59 +0000 Subject: lib: Make instdone initialisation fail gracefully Just report that we don't recognise the chipset rather than explode. Signed-off-by: Chris Wilson --- lib/instdone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/instdone.h') diff --git a/lib/instdone.h b/lib/instdone.h index c86a54a7..77c41242 100644 --- a/lib/instdone.h +++ b/lib/instdone.h @@ -38,4 +38,4 @@ struct instdone_bit { extern struct instdone_bit instdone_bits[MAX_INSTDONE_BITS]; extern int num_instdone_bits; -void init_instdone_definitions(uint32_t devid); +bool init_instdone_definitions(uint32_t devid); -- cgit v1.2.3