ib_srpt: Swap the order of two declarations

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6095 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-02-16 10:56:26 +00:00
parent c8e0a2c711
commit 460c0bdada

View File

@@ -4270,8 +4270,8 @@ err:
*/
static void srpt_remove_one(struct ib_device *device)
{
int i;
struct srpt_device *sdev;
int i;
sdev = ib_get_client_data(device, &srpt_client);
if (!sdev) {