greybus: operation: fix atomic message submission

The recently added GFP-flags argument to gb_message_send was never used.

Fixes: 9218fac2a24d ("operation: allow atomic request submissions")
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Johan Hovold 2015-07-17 18:50:26 +02:00 committed by Greg Kroah-Hartman
parent 1c7658cf51
commit b84abdcb41
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ static int gb_message_send(struct gb_message *message, gfp_t gfp)
return connection->hd->driver->message_send(connection->hd,
connection->hd_cport_id,
message,
GFP_KERNEL);
gfp);
}
/*