[9610] wlbt: Fix compilation error change atomic_read -> refcount_read (Android P)
authorTarun Karela <t.karela@samsung.com>
Wed, 30 May 2018 13:15:22 +0000 (14:15 +0100)
committerYoungsoo Kim <youngss.kim@samsung.com>
Fri, 15 Jun 2018 22:48:27 +0000 (07:48 +0900)
commit1672844b7babde8f1dfb64efe9fde80db2987602
tree92642fb9ff8d787f6d15ec867373c60170fca3e9
parent9dc02b26ae16c61a8846b4296e2bf403173a96de
[9610] wlbt: Fix compilation error change atomic_read -> refcount_read (Android P)

drivers/net/wireless/scsc/udi.c:1100:231: error: 'refcount_t' has no member named 'counter'
   SLSI_WARN(sdev, "UDI client File op release not completed yet! (count=%d)\n", atomic_read(&kref->refcount));
                                                                                                                                                                                                                                       ^
drivers/net/wireless/scsc/udi.c:1100:312: error: 'refcount_t' has no member named 'counter'
   SLSI_WARN(sdev, "UDI client File op release not completed yet! (count=%d)\n", atomic_read(&kref->refcount));
                                                                                                                                                                                                                                                                                                                        ^
drivers/net/wireless/scsc/udi.c:1100:357: error: 'refcount_t' has no member named 'counter'
   SLSI_WARN(sdev, "UDI client File op release not completed yet! (count=%d)\n", atomic_read(&kref->refcount));
                                                                                                                                                                                                                                                                                                                                                                     ^
drivers/net/wireless/scsc/udi.c:1100:419: error: 'refcount_t' has no member named 'counter'
   SLSI_WARN(sdev, "UDI client File op release not completed yet! (count=%d)\n", atomic_read(&kref->refcount));
                                                                                                                                                                                                                                                                                                                                                                                                                                   ^
drivers/net/wireless/scsc/udi.c:1100:464: error: 'refcount_t' has no member named 'counter'
   SLSI_WARN(sdev, "UDI client File op release not completed yet! (count=%d)\n", atomic_read(&kref->refcount));

Change-Id: I8de110227cd5eab8e2d172ad2a25505545b7bf6c
SCSC-Bug-Id: SSB-40175
Signed-off-by: Tarun Karela <t.karela@samsung.com>
drivers/net/wireless/scsc/udi.c