Re: [Intel-gfx] [PATCH] [TRIVIAL] Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} in i915 driver.

2013-05-07 Thread Jan-Simon Möller
Ok, so let me resend a version with static inline . Best, JS On Saturday 04 May 2013 10:55:50 PaX Team wrote: On 3 May 2013 at 15:03, Jani Nikula wrote: This fixes a compilation issue with clang. An initial version of this patch was developed by PaX Team pageexec at freemail.hu.

[Intel-gfx] [PATCH] [TRIVIAL] Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} in i915 driver.

2013-05-06 Thread Jan-Simon Möller
Ok, so let me resend a version with "static inline" . Best, JS On Saturday 04 May 2013 10:55:50 PaX Team wrote: > On 3 May 2013 at 15:03, Jani Nikula wrote: > > >> This fixes a compilation issue with clang. An initial version of this > > >> patch > > >> was developed by PaX Team . > > >> This

[Intel-gfx] [PATCH] [TRIVIAL] Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} in i915 driver.

2013-05-04 Thread PaX Team
On 3 May 2013 at 15:03, Jani Nikula wrote: > >> This fixes a compilation issue with clang. An initial version of this patch > >> was developed by PaX Team . > >> This is respin of this patch. > >> > >> Signed-off-by: Jan-Simon M?ller > >> CC: pageexec at freemail.hu > >> CC: daniel.vetter at

Re: [Intel-gfx] [PATCH] [TRIVIAL] Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} in i915 driver.

2013-05-04 Thread PaX Team
On 3 May 2013 at 15:03, Jani Nikula wrote: This fixes a compilation issue with clang. An initial version of this patch was developed by PaX Team pageexec at freemail.hu. This is respin of this patch. Signed-off-by: Jan-Simon Möller dl...@gmx.de CC: pagee...@freemail.hu CC:

[Intel-gfx] [PATCH] [TRIVIAL] Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} in i915 driver.

2013-05-03 Thread Daniel Vetter
On Fri, May 03, 2013 at 03:03:37PM +0300, Jani Nikula wrote: > On Fri, 03 May 2013, Daniel Vetter wrote: > > On Fri, May 03, 2013 at 11:17:42AM +0200, dl9pf at gmx.de wrote: > >> From: Jan-Simon M?ller > >> > >> Description: > >> intel_gmbus_is_forced_bit is no extern as its body is right

[Intel-gfx] [PATCH] [TRIVIAL] Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} in i915 driver.

2013-05-03 Thread Jani Nikula
On Fri, 03 May 2013, Daniel Vetter wrote: > On Fri, May 03, 2013 at 11:17:42AM +0200, dl9pf at gmx.de wrote: >> From: Jan-Simon M?ller >> >> Description: >> intel_gmbus_is_forced_bit is no extern as its body is right below. >> Likewise for intel_gmbus_is_port_valid. >> >> This fixes a

Re: [Intel-gfx] [PATCH] [TRIVIAL] Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} in i915 driver.

2013-05-03 Thread Jani Nikula
On Fri, 03 May 2013, Daniel Vetter dan...@ffwll.ch wrote: On Fri, May 03, 2013 at 11:17:42AM +0200, dl...@gmx.de wrote: From: Jan-Simon Möller dl...@gmx.de Description: intel_gmbus_is_forced_bit is no extern as its body is right below. Likewise for intel_gmbus_is_port_valid. This fixes a

Re: [Intel-gfx] [PATCH] [TRIVIAL] Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} in i915 driver.

2013-05-03 Thread Daniel Vetter
On Fri, May 03, 2013 at 03:03:37PM +0300, Jani Nikula wrote: On Fri, 03 May 2013, Daniel Vetter dan...@ffwll.ch wrote: On Fri, May 03, 2013 at 11:17:42AM +0200, dl...@gmx.de wrote: From: Jan-Simon Möller dl...@gmx.de Description: intel_gmbus_is_forced_bit is no extern as its body is