All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] hexagon: Fix compile error
@ 2017-06-28  0:43 Guenter Roeck
  2017-06-28 13:53 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Guenter Roeck @ 2017-06-28  0:43 UTC (permalink / raw)
  To: Richard Kuo; +Cc: linux-hexagon, linux-kernel, Guenter Roeck, Christoph Hellwig

Fix:

arch/hexagon/kernel/dma.c: At top level:
arch/hexagon/kernel/dma.c:209:40: error: expected '}' before ';' token

Cc: Christoph Hellwig <hch@lst.de>
Fixes: 8715a7227c30b ("hexagon: switch to use ->mapping_error for ...")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
Maybe fold into the offending patch if possible ?

 arch/hexagon/kernel/dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/hexagon/kernel/dma.c b/arch/hexagon/kernel/dma.c
index 9ff1b2041f85..546792d176a4 100644
--- a/arch/hexagon/kernel/dma.c
+++ b/arch/hexagon/kernel/dma.c
@@ -206,7 +206,7 @@ const struct dma_map_ops hexagon_dma_ops = {
 	.map_page	= hexagon_map_page,
 	.sync_single_for_cpu = hexagon_sync_single_for_cpu,
 	.sync_single_for_device = hexagon_sync_single_for_device,
-	.mapping_error	= hexagon_mapping_error;
+	.mapping_error	= hexagon_mapping_error,
 	.is_phys	= 1,
 };
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] hexagon: Fix compile error
  2017-06-28  0:43 [PATCH -next] hexagon: Fix compile error Guenter Roeck
@ 2017-06-28 13:53 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2017-06-28 13:53 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: Richard Kuo, linux-hexagon, linux-kernel, Christoph Hellwig

On Tue, Jun 27, 2017 at 05:43:14PM -0700, Guenter Roeck wrote:
> Fix:
> 
> arch/hexagon/kernel/dma.c: At top level:
> arch/hexagon/kernel/dma.c:209:40: error: expected '}' before ';' token
> 
> Cc: Christoph Hellwig <hch@lst.de>
> Fixes: 8715a7227c30b ("hexagon: switch to use ->mapping_error for ...")
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---
> Maybe fold into the offending patch if possible ?

Will do.  So it looks like your build farm builds hexagon, but the
official build bot doesn't, sigh..

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-28 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28  0:43 [PATCH -next] hexagon: Fix compile error Guenter Roeck
2017-06-28 13:53 ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.