
2 Apr
2012
2 Apr
'12
8:12 a.m.
Hi Joe,
On Tue, Mar 27, 2012 at 4:42 PM, Joe Hershberger joe.hershberger@ni.com wrote:
Signed-off-by: Joe Hershberger joe.hershberger@ni.com Cc: Joe Hershberger joe.hershberger@gmail.com Cc: Simon Glass sjg@chromium.org Cc: Mike Frysinger vapier@gentoo.org
Acked-by: Simon Glass sjg@chromium.org
Changes for v2: - Split into smaller patches
include/net.h | 4 ++++ net/tftp.c | 30 ++++++++++++++---------------- net/tftp.h | 2 +- 3 files changed, 19 insertions(+), 17 deletions(-)
@@ -157,7 +155,7 @@ mcast_cleanup(void)
#endif /* CONFIG_MCAST_TFTP */
-static __inline__ void +static inline void store_block(unsigned block, uchar *src, unsigned len)
Q: Do we really need this inline?
Regards, Simon