diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-08-02 01:47:47 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-08-02 03:59:25 +0300 |
commit | 6078091c9fa899b0fd7097ae2af933554c2d989f (patch) | |
tree | ace91fd6231d3f81ac0d300dc730dbffd640de18 /drivers/input/rmi4 | |
parent | 4e2ec39ddbf3d78bc3b576a775fd5b4e4ff4af34 (diff) | |
download | linux-6078091c9fa899b0fd7097ae2af933554c2d989f.tar.xz |
Input: evdev - switch to bitmap API
Switch to bitmap API, i.e. bitmap_alloc(), bitmap_zalloc(), to show
clearly what we are allocating. Besides that it returns pointer of
bitmap type instead of opaque void *.
While here, replace memcpy() with bitmap_copy() for sake of consistency.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/rmi4')
0 files changed, 0 insertions, 0 deletions