Re: [PATCH] staging: zsmalloc: replace local MAX() with max()

2013-02-04 Thread Seth Jennings
Greg, Please disregard, didn't mean to send this out, it doesn't compile :-/ Thanks, Seth -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please rea

[PATCH] staging: zsmalloc: replace local MAX() with max()

2013-02-04 Thread Seth Jennings
This patch removes the local define MAX() macro with the kernel-wide max() macro from kernel.h Reported-by: Andrew Morton Signed-off-by: Seth Jennings --- Based on greg/staging-next drivers/staging/zsmalloc/zsmalloc-main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/d