svn commit: r300616 - head/sys/dev/bhnd/soc

Adrian Chadd adrian at FreeBSD.org
Tue May 24 15:39:59 UTC 2016


Author: adrian
Date: Tue May 24 15:39:57 2016
New Revision: 300616
URL: https://svnweb.freebsd.org/changeset/base/300616

Log:
  [bhnd] fix compilation due to incompatible types
  
  Submitted by:	Michael Zhilin <mizhka at gmail.com>
  Differential Revision: https://reviews.freebsd.org/D6532

Modified:
  head/sys/dev/bhnd/soc/bhnd_soc.c

Modified: head/sys/dev/bhnd/soc/bhnd_soc.c
==============================================================================
--- head/sys/dev/bhnd/soc/bhnd_soc.c	Tue May 24 14:34:36 2016	(r300615)
+++ head/sys/dev/bhnd/soc/bhnd_soc.c	Tue May 24 15:39:57 2016	(r300616)
@@ -216,7 +216,7 @@ bhnd_soc_is_hw_disabled(device_t dev, de
 	return false;
 }
 
-static int
+static bhnd_attach_type
 bhnd_soc_get_attach_type(device_t dev, device_t child)
 {
 	return (BHND_ATTACH_NATIVE);


More information about the svn-src-all mailing list