Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1160183
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] net: ll_temac: Remove sparse warnings |
| Date | 2015-06-08 00:30 +0200 |
| Message-ID | <pyReO-4np-21@gated-at.bofh.it> (permalink) |
| References | <pxVua-3kr-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Michal Simek <michal.simek@xilinx.com> Date: Fri, 5 Jun 2015 10:49:17 +0200 > Remove sparse warnings: > drivers/net/ethernet/xilinx/ll_temac_main.c:65:16: warning: cast removes > address space of expression > drivers/net/ethernet/xilinx/ll_temac_main.c:70:9: warning: cast removes > address space of expression > drivers/net/ethernet/xilinx/ll_temac_main.c:127:16: warning: cast > removes address space of expression > drivers/net/ethernet/xilinx/ll_temac_main.c:137:9: warning: cast removes > address space of expression > drivers/net/ethernet/xilinx/ll_temac_main.c:409:3: warning: symbol > 'temac_options' was not declared. Should it be static? > drivers/net/ethernet/xilinx/ll_temac_main.c:590:6: warning: symbol > 'temac_adjust_link' was not declared. Should it be static? > > Signed-off-by: Michal Simek <michal.simek@xilinx.com> Applied, thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] net: ll_temac: Remove sparse warnings David Miller <davem@davemloft.net> - 2015-06-08 00:30 +0200
csiph-web