Loading drivers/char/adsprpc.c +2 −2 Original line number Original line Diff line number Diff line /* /* * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1741,7 +1741,7 @@ static int fastrpc_session_alloc(struct fastrpc_channel_ctx *chan, int *session) chan->session[0].dev = me->dev; chan->session[0].dev = me->dev; break; break; case SMD_APPS_MODEM: case SMD_APPS_MODEM: VERIFY(err, me->dev != NULL); VERIFY(err, me->modem_cma_dev != NULL); if (err) if (err) goto bail; goto bail; chan->session[0].dev = me->modem_cma_dev; chan->session[0].dev = me->modem_cma_dev; Loading Loading
drivers/char/adsprpc.c +2 −2 Original line number Original line Diff line number Diff line /* /* * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1741,7 +1741,7 @@ static int fastrpc_session_alloc(struct fastrpc_channel_ctx *chan, int *session) chan->session[0].dev = me->dev; chan->session[0].dev = me->dev; break; break; case SMD_APPS_MODEM: case SMD_APPS_MODEM: VERIFY(err, me->dev != NULL); VERIFY(err, me->modem_cma_dev != NULL); if (err) if (err) goto bail; goto bail; chan->session[0].dev = me->modem_cma_dev; chan->session[0].dev = me->modem_cma_dev; Loading