Loading drivers/crypto/msm/ota_crypto.c +3 −3 Original line number Diff line number Diff line /* Copyright (c) 2010-2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2010-2017, 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 @@ -884,7 +884,7 @@ static ssize_t _debug_stats_read(struct file *file, char __user *buf, int len; len = _disp_stats(); if (len <= count) rc = simple_read_from_buffer((void __user *) buf, len, ppos, (void *) _debug_read_buf, len); Loading drivers/crypto/msm/qcedev.c +2 −2 Original line number Diff line number Diff line Loading @@ -1987,9 +1987,9 @@ static ssize_t _debug_stats_read(struct file *file, char __user *buf, len = _disp_stats(qcedev); if (len <= count) rc = simple_read_from_buffer((void __user *) buf, len, ppos, (void *) _debug_read_buf, len); return rc; } Loading drivers/crypto/msm/qcrypto.c +3 −3 Original line number Diff line number Diff line /* Qualcomm Crypto driver * * Copyright (c) 2010-2016, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2017, 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 @@ -5742,9 +5742,9 @@ static ssize_t _debug_stats_read(struct file *file, char __user *buf, len = _disp_stats(qcrypto); if (len <= count) rc = simple_read_from_buffer((void __user *) buf, len, ppos, (void *) _debug_read_buf, len); return rc; } Loading Loading
drivers/crypto/msm/ota_crypto.c +3 −3 Original line number Diff line number Diff line /* Copyright (c) 2010-2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2010-2017, 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 @@ -884,7 +884,7 @@ static ssize_t _debug_stats_read(struct file *file, char __user *buf, int len; len = _disp_stats(); if (len <= count) rc = simple_read_from_buffer((void __user *) buf, len, ppos, (void *) _debug_read_buf, len); Loading
drivers/crypto/msm/qcedev.c +2 −2 Original line number Diff line number Diff line Loading @@ -1987,9 +1987,9 @@ static ssize_t _debug_stats_read(struct file *file, char __user *buf, len = _disp_stats(qcedev); if (len <= count) rc = simple_read_from_buffer((void __user *) buf, len, ppos, (void *) _debug_read_buf, len); return rc; } Loading
drivers/crypto/msm/qcrypto.c +3 −3 Original line number Diff line number Diff line /* Qualcomm Crypto driver * * Copyright (c) 2010-2016, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2017, 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 @@ -5742,9 +5742,9 @@ static ssize_t _debug_stats_read(struct file *file, char __user *buf, len = _disp_stats(qcrypto); if (len <= count) rc = simple_read_from_buffer((void __user *) buf, len, ppos, (void *) _debug_read_buf, len); return rc; } Loading