Date: Tue, 24 May 2016 15:39:57 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300616 - head/sys/dev/bhnd/soc Message-ID: <201605241539.u4OFdvFd032257@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605241539.u4OFdvFd032257>