X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fbluetooth%2Fhidp%2Fcore.c;h=18e7f5a43dc4fd8eda8d34a7b65e98752c86946f;hb=3b3ef30833cc85982b0b7e950998d86f5e2d28cf;hp=569750010fd320518001adf61ea501a577f5feb7;hpb=6cbef9fd7c7fa105ad758dc342cc0a14f413fa07;p=pandora-kernel.git diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index 569750010fd3..18e7f5a43dc4 100644 --- a/net/bluetooth/hidp/core.c +++ b/net/bluetooth/hidp/core.c @@ -770,7 +770,7 @@ static int hidp_setup_hid(struct hidp_session *session, hid = hid_allocate_device(); if (IS_ERR(hid)) - return PTR_ERR(session->hid); + return PTR_ERR(hid); session->hid = hid; session->req = req;