Loading drivers/crypto/msm/qcedev.c +6 −1 Original line number Diff line number Diff line /* * QTI CE device driver. * * Copyright (c) 2010-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2020, 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 @@ -1918,6 +1918,11 @@ static inline long qcedev_ioctl(struct file *file, goto exit_free_qcedev_areq; } if (map_buf.num_fds > QCEDEV_MAX_BUFFERS) { err = -EINVAL; goto exit_free_qcedev_areq; } for (i = 0; i < map_buf.num_fds; i++) { err = qcedev_check_and_map_buffer(handle, map_buf.fd[i], Loading Loading
drivers/crypto/msm/qcedev.c +6 −1 Original line number Diff line number Diff line /* * QTI CE device driver. * * Copyright (c) 2010-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2020, 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 @@ -1918,6 +1918,11 @@ static inline long qcedev_ioctl(struct file *file, goto exit_free_qcedev_areq; } if (map_buf.num_fds > QCEDEV_MAX_BUFFERS) { err = -EINVAL; goto exit_free_qcedev_areq; } for (i = 0; i < map_buf.num_fds; i++) { err = qcedev_check_and_map_buffer(handle, map_buf.fd[i], Loading