Ignore:
Timestamp:
Apr 6, 2025, 10:44:06 AM (4 months ago)
Author:
Paul Smedley
Message:

Fix warnings & typo that was causing HDA to trap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-exp/include/asm/uaccess.h

    r763 r764  
    4848 * doing a check on the get_fs()
    4949 */
    50 static inline int __access_ok(unsigned long addr, unsigned long size)
     50static inline int __access_ok(const void __user *ptr, unsigned long size)
     51
    5152{
    5253        return 1;
Note: See TracChangeset for help on using the changeset viewer.