From: Christof Schmitt Date: Tue, 24 Nov 2009 15:54:12 +0000 (+0100) Subject: [SCSI] zfcp: Remove ZFCP_DID_MASK X-Git-Tag: v2.6.33-rc1~344^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=800c0cad962dcf630cabf3efdc5983619e73d4c9;p=pandora-kernel.git [SCSI] zfcp: Remove ZFCP_DID_MASK Instead of assigning 4 bytes with the highest byte masked out, use a 3 byte array with the ntoh24 and h24ton helper functions, thus eliminating the need for the ZFCP_DID_MASK. Reviewed-by: Swen Schillig Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed