From 9fef84780348bbc01b14c1a0f88440ee67cfddfe Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Wed, 8 Oct 2014 16:43:17 +0300 Subject: [PATCH] cxgb4: potential shift wrapping bug "cntxt_id" is an unsigned int but "udb" is a u64 so there is a potential shift wrapping bug here. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-format-patch failed