Loading arch/arm/mach-msm/sensors_adsp.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * 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 Loading Loading @@ -874,7 +874,7 @@ static int sns_ocmem_map_send(void) vectors = ocmem_get_vectors(SNS_OCMEM_CLIENT_ID, sns_ctl.buf); if ((vectors != NULL)) { memcpy(&msg.vectors, vectors, sizeof(vectors)); memcpy(&msg.vectors, vectors, sizeof(*vectors)); /* TODO: set vectors_len */ msg.vectors_valid = true; msg.vectors_len = 0; Loading Loading
arch/arm/mach-msm/sensors_adsp.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * 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 Loading Loading @@ -874,7 +874,7 @@ static int sns_ocmem_map_send(void) vectors = ocmem_get_vectors(SNS_OCMEM_CLIENT_ID, sns_ctl.buf); if ((vectors != NULL)) { memcpy(&msg.vectors, vectors, sizeof(vectors)); memcpy(&msg.vectors, vectors, sizeof(*vectors)); /* TODO: set vectors_len */ msg.vectors_valid = true; msg.vectors_len = 0; Loading